lkml.org 
[lkml]   [2011]   [Jul]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH -next] x86/platform: geode/alix.c needs module.h
From: Randy Dunlap <rdunlap@xenotime.net>

geode/alix.c uses interfaces from linux/module.h, so it should
include that file. This fixes build errors.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
---
arch/x86/platform/geode/alix.c | 1 +
1 file changed, 1 insertion(+)

--- linux-next-20110729.orig/arch/x86/platform/geode/alix.c
+++ linux-next-20110729/arch/x86/platform/geode/alix.c
@@ -19,6 +19,7 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/io.h>
+#include <linux/module.h>
#include <linux/string.h>
#include <linux/leds.h>
#include <linux/platform_device.h>

\
 
 \ /
  Last update: 2011-07-30 06:19    [W:0.444 / U:0.368 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site