mirror of
https://xff.cz/git/u-boot/
synced 2025-10-22 10:31:56 +02:00
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>
This commit is contained in:
committed by
Tom Rini
parent
5d62314c1d
commit
643aae1406
@@ -17,8 +17,6 @@
|
||||
* the PT_* values below. This simplifies arch/powerpc/kernel/ptrace.c.
|
||||
*/
|
||||
|
||||
#include <linux/config.h>
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
#ifdef CONFIG_PPC64BRIDGE
|
||||
#define PPC_REG unsigned long /*long*/
|
||||
|
Reference in New Issue
Block a user