From: Inaky Perez-Gonzalez Date: Wed, 2 Sep 2009 22:31:48 +0000 (-0700) Subject: wimax/i2400m: add missing debug submodule definition X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4dc1bf074e4db5aa281a7b82ceebb24df98922d2;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git wimax/i2400m: add missing debug submodule definition The i2400m driver was missing the definition for the sysfs debug level, which is declared in debug-levels.h. Signed-off-by: Inaky Perez-Gonzalez --- diff --git a/drivers/net/wimax/i2400m/driver.c b/drivers/net/wimax/i2400m/driver.c index 20d574ca918..7ba00de5dd9 100644 --- a/drivers/net/wimax/i2400m/driver.c +++ b/drivers/net/wimax/i2400m/driver.c @@ -785,6 +785,7 @@ struct d_level D_LEVEL[] = { D_SUBMODULE_DEFINE(netdev), D_SUBMODULE_DEFINE(rfkill), D_SUBMODULE_DEFINE(rx), + D_SUBMODULE_DEFINE(sysfs), D_SUBMODULE_DEFINE(tx), }; size_t D_LEVEL_SIZE = ARRAY_SIZE(D_LEVEL);