Re: [PATCH] export pci_table in aic7xxx for Hotplug

Keith Owens (kaos@ocs.com.au)
Tue, 16 Oct 2001 14:41:34 +1000


On Mon, 15 Oct 2001 14:31:47 -0600,
"Justin T. Gibbs" <gibbs@scsiguy.com> wrote:
>>I have defined __NO_VERSION__ before including module.h because in my
>>understanding this is required when you include it in a multi-files module.
>>Only one file must include module.h without defining the __NO_VERSION__.
>
>I can find no reference to "__NO_VERSION__" in module.h or the files
>it includes. Perhaps this is a requirement for old kernels?

__NO_VERSION__ used to be required in multi part modules but too many
people got it wrong so I removed it in 2.3 kernels, fixing the problem
in a diffrent way. Removing all defines of __NO_VERSION__ is on my
clean up list for 2.5.

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