Commit 171548db authored by Anton Blanchard's avatar Anton Blanchard Committed by Linus Torvalds

[PATCH] fix matroxfb compile on ppc64]

Here we really want CONFIG_ALL_PPC, since these headers are only valid
for PPC Mac machines (barf: badly named config option).
parent 85e8fcf2
......@@ -52,7 +52,7 @@
#include "../console/fbcon.h"
#if defined(CONFIG_PPC)
#if defined(CONFIG_ALL_PPC)
#include <asm/prom.h>
#include <asm/pci-bridge.h>
#include <video/macmodes.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment