mirror of https://gitee.com/openkylin/linux.git
[POWERPC] ps3: remove unneeded header include
Remove an unneeded header include from ps3.h. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
098e274427
commit
8000d49076
|
@ -21,7 +21,6 @@
|
|||
#if !defined(_ASM_POWERPC_PS3_H)
|
||||
#define _ASM_POWERPC_PS3_H
|
||||
|
||||
#include <linux/compiler.h> /* for __deprecated */
|
||||
#include <linux/init.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/device.h>
|
||||
|
|
Loading…
Reference in New Issue