Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63c3f460 authored by David S. Miller's avatar David S. Miller
Browse files

[ATYFB]: Fix sparc includes.



No need to use asm/pbm.h here.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 15576bc8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
#include <asm/uaccess.h>

#ifdef __sparc__
#include <asm/pbm.h>
#include <asm/fbio.h>
#endif