summaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-10-07 16:04:18 +0900
committerTom Rini <trini@ti.com>2013-11-08 15:25:13 -0500
commit643aae1406c93ddc64fcf8c136b47cdffd9c8ccd (patch)
tree8004f4f1215dab67dbeca2a5a3e4ad7fd3a74d8a /arch/m68k
parent5d62314c1d0be34e0f6cdb7705550098fe7275bd (diff)
downloadblackbird-obmc-uboot-643aae1406c93ddc64fcf8c136b47cdffd9c8ccd.tar.gz
blackbird-obmc-uboot-643aae1406c93ddc64fcf8c136b47cdffd9c8ccd.zip
include: delete include/linux/config.h
Linux Kernel abolished include/linux/config.h long time ago. (around version v2.6.18..v2.6.19) We don't need to provide Linux copatibility any more. This commit deletes include/linux/config.h and fixes source files not to include this. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/bitops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/bitops.h b/arch/m68k/include/asm/bitops.h
index 525d90ccb0..f9c434b4a3 100644
--- a/arch/m68k/include/asm/bitops.h
+++ b/arch/m68k/include/asm/bitops.h
@@ -5,7 +5,6 @@
#ifndef _M68K_BITOPS_H
#define _M68K_BITOPS_H
-#include <linux/config.h>
#include <asm/byteorder.h>
extern void set_bit(int nr, volatile void *addr);
OpenPOWER on IntegriCloud