From eaa153a2b8e2bb683b17434d811f45ab5c473477 Mon Sep 17 00:00:00 2001 From: Alessandro Rubini <rubini@gnudd.com> Date: Wed, 5 Sep 2012 14:47:39 +0200 Subject: [PATCH] wr_nic/device.c: header fix for new version --- kernel/wr_nic/device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/wr_nic/device.c b/kernel/wr_nic/device.c index d39c141..842a20c 100644 --- a/kernel/wr_nic/device.c +++ b/kernel/wr_nic/device.c @@ -11,6 +11,7 @@ * published by the Free Software Foundation. */ #include <linux/kernel.h> +#include <linux/module.h> #include <linux/init.h> #include <linux/netdevice.h> #include <linux/etherdevice.h> -- GitLab