mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
[ATYFB]: Fix sparc includes.
No need to use asm/pbm.h here. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
15576bc8ad
commit
63c3f460cb
@ -80,8 +80,9 @@
|
||||
#include "../macmodes.h"
|
||||
#endif
|
||||
#ifdef __sparc__
|
||||
#include <asm/pbm.h>
|
||||
#include <asm/fbio.h>
|
||||
#include <asm/oplib.h>
|
||||
#include <asm/prom.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_ADB_PMU
|
||||
|
@ -11,7 +11,6 @@
|
||||
#include <asm/uaccess.h>
|
||||
|
||||
#ifdef __sparc__
|
||||
#include <asm/pbm.h>
|
||||
#include <asm/fbio.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user