diff options
Diffstat (limited to 'lib/llist.c')
-rw-r--r-- | lib/llist.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/llist.c b/lib/llist.c index 700cff77a387..4a15115e90f8 100644 --- a/lib/llist.c +++ b/lib/llist.c @@ -23,11 +23,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include <linux/kernel.h> -#include <linux/module.h> +#include <linux/export.h> #include <linux/interrupt.h> #include <linux/llist.h> -#include <asm/system.h> /** * llist_add_batch - add several linked entries in batch |