aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2006-10-03 00:19:02 -0400
committerPaul Mundt <lethal@linux-sh.org>2006-10-03 00:19:02 -0400
commit2914d4da172f53f71d0563d3c3bae14e496cbc86 (patch)
treeb8fd9ff1023a857db4b2b36d1974a91e36228423 /arch/sh/kernel
parent3e6c999de9a5438c97524a62845da8da78923205 (diff)
sh: Kill off remaining config.h references.
A few of these managed to sneak back in, get rid of them once and for all. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel')
-rw-r--r--arch/sh/kernel/apm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/apm.c b/arch/sh/kernel/apm.c
index 871e7d640002..4f66f91b1006 100644
--- a/arch/sh/kernel/apm.c
+++ b/arch/sh/kernel/apm.c
@@ -16,7 +16,6 @@
16 * [This document is available from Microsoft at: 16 * [This document is available from Microsoft at:
17 * http://www.microsoft.com/hwdev/busbios/amp_12.htm] 17 * http://www.microsoft.com/hwdev/busbios/amp_12.htm]
18 */ 18 */
19#include <linux/config.h>
20#include <linux/module.h> 19#include <linux/module.h>
21#include <linux/poll.h> 20#include <linux/poll.h>
22#include <linux/timer.h> 21#include <linux/timer.h>