Re: [PATCH -next v2] bcma: driver_chipcommon_pmu.c needs linux/export.h
From: Rafał Miłecki <zajec5@gmail.com>
Date: 2011-09-21 06:46:11
Also in:
linux-next, lkml
From: Rafał Miłecki <zajec5@gmail.com>
Date: 2011-09-21 06:46:11
Also in:
linux-next, lkml
W dniu 20 września 2011 22:51 użytkownik Randy Dunlap [off-list ref] napisał:
From: Randy Dunlap <redacted> bcma/driver_chipcommon_pmu.c needs to include <linux/export.h> to fix these warnings: drivers/bcma/driver_chipcommon_pmu.c:27:1: warning: data definition has no type or storage class drivers/bcma/driver_chipcommon_pmu.c:27:1: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL_GPL' drivers/bcma/driver_chipcommon_pmu.c:27:1: warning: parameter names (without types) in function declaration
Don't you get the same warning for core.c? Weird... -- Rafał