* drivers/video/nvidia/ compile error with PPC_OF=y, FB_OF=n
@ 2005-11-12 4:16 Adrian Bunk
2005-11-12 5:00 ` Antonino A. Daplas
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2005-11-12 4:16 UTC (permalink / raw)
To: adaplas; +Cc: linux-fbdev-devel, linux-kernel
I got the following compile error in 2.6.14-mm2 that seems to come from
Linus' tree:
<-- snip -->
...
CC [M] drivers/video/nvidia/nv_of.o
drivers/video/nvidia/nv_of.c:33: error: redefinition of 'nvidia_probe_of_connector'
drivers/video/nvidia/nv_proto.h:51: error: previous definition of 'nvidia_probe_of_connector' was here
make[3]: *** [drivers/video/nvidia/nv_of.o] Error 1
<-- snip -->
The problem is that nv_proto.h thinks nv_of.o is only built with
CONFIG_FB_OF=y, but it's actually built when CONFIG_PPC_OF=y.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-12 5:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-12 4:16 drivers/video/nvidia/ compile error with PPC_OF=y, FB_OF=n Adrian Bunk
2005-11-12 5:00 ` Antonino A. Daplas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox