Re: BusLogic mkdep warning

David S. Miller (davem@jenolan.rutgers.edu)
Tue, 8 Jul 1997 14:58:23 -0400


Date: Tue, 8 Jul 1997 08:45:24 -0700
From: "Leonard N. Zubkoff" <lnz@dandelion.com>

The warning will go away in the next driver release. The "make
dep" analyzer doesn't understand that BusLogic.h will never need
config.h unless BusLogic.h was included from BusLogic.c ,which
already includes config.h.

I fixed this in my CVS tree already, the rule is that any file which
goes "CONFIG_*" must include config.h, no questions asked. The
benefits are that mkdep can be made minimal and non-complex,
ie. faster and simpler.

Later,
David "Sparc" Miller
davem@caip.rutgers.edu