Re: RFC: moving ACPI includes under include/

Keith Owens (kaos@ocs.com.au)
Thu, 02 Aug 2001 09:55:03 +1000


On Wed, 1 Aug 2001 15:40:48 -0700 ,
"Grover, Andrew" <andrew.grover@intel.com> wrote:
>The ACPI driver currently has its own little include directory under
>drivers/acpi.
>
>...thinking about moving these to include/acpi -- that seems to be the
>dominant Linux paradigm. Sound reasonable?

Good idea. SCSI used to have include/scsi but moved the include files
to drivers/scsi and it is obvious that the move was a mistake. Far too
much code has abominations like #include "../../scsi/hosts.h". large
enough sub systems should have their own directory under include.

-
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/