2.2.0-pre9 compile failure on drivers/video/fbcon-iplan2p{2,4,8}.c

Adam J. Richter (adam@yggdrasil.com)
Thu, 21 Jan 1999 19:06:03 -0800 (PST)


drivers/video/fbcon-iplan2p{2,4,8}.c do not compile on the x86
paltform, because they #include <asm/setup.h>, which is not included on
the x86 platform. Reverting to the 2.2.0-pre8 versions or creating an
empty include/asm-i386/setup.h file fixes the problem. Either fix is
trivial. The question is one of what the policy is on <asm/setup.h>:
should it exist for all architectures? Should it used the way
fbcon-iplan2p{2,4,8}.c do (apparently to import some #defines about
the CPU type)?

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/