Merge tag 'v4.0-rc1' into patchwork
[firefly-linux-kernel-4.4.55.git] / net / nfc / hci / llc.c
index a07d2b81848781af7ace0becc7fa233726f34e8f..1b90c05318521c76703db7ca86607decf006cbe8 100644 (file)
 
 #include "llc.h"
 
-static struct list_head llc_engines;
+static LIST_HEAD(llc_engines);
 
 int nfc_llc_init(void)
 {
        int r;
 
-       INIT_LIST_HEAD(&llc_engines);
-
        r = nfc_llc_nop_register();
        if (r)
                goto exit;