Commit fb71b23e authored by Martin Mares's avatar Martin Mares
Browse files

Remember that we can run device syncer without kernel syncer

and vice versa now.
parent 78d5ec15
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ struct krt_if_status {
};

static inline void krt_if_preconfig(struct kif_config *c) { };
static inline void krt_if_start(struct kif_proto *p) { };
static inline void krt_if_shutdown(struct kif_proto *p) { };
static inline void krt_if_io_init(void) { };

+6 −0
Original line number Diff line number Diff line
@@ -805,3 +805,9 @@ void
krt_scan_shutdown(struct krt_proto *p)
{
}

void
krt_if_start(struct kif_proto *p)
{
  nl_open();
}