we need to include <linux/export.h> and <linux/module.h> Signed-off-by: Felipe Balbi <balbi@xxxxxx> --- drivers/cbus/cbus.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/cbus/cbus.c b/drivers/cbus/cbus.c index 486254d..52eab4a 100644 --- a/drivers/cbus/cbus.c +++ b/drivers/cbus/cbus.c @@ -26,6 +26,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include <linux/export.h> +#include <linux/module.h> #include <linux/device.h> #include <linux/init.h> #include <linux/kernel.h> -- 1.7.8.rc3 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html