]> git.baikalelectronics.ru Git - kernel.git/commit
zorro/UAPI: Disintegrate include/linux/zorro*.h
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 3 Oct 2013 08:45:36 +0000 (10:45 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 26 Nov 2013 10:09:08 +0000 (11:09 +0100)
commitd692f24e8fad5cd8e976811f0ef4609b8a98740b
treeea30cc4a08720073e4ce90efb488afdbcb34e035
parente7824b5ac638c638146d6043d4607516abe7a91a
zorro/UAPI: Disintegrate include/linux/zorro*.h

The Zorro definitions and device IDs are used by bootstraps, hence they
should be exported through UAPI.

Unfortunately zorro.h was never marked for export when headers_install
was introduced, so it was forgotten during the big UAPI disintegration.
In addition, the removal of zorro_ids.h had been sneaked into commit
4f075ac484ba5e11c12c99a980bee82d9b423346 ("PCI: don't export device IDs to
userspace") before, so it was also forgotten.

Split off and export the Zorro definitions used by bootstraps.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Documentation/zorro.txt
include/linux/zorro.h
include/linux/zorro_ids.h [deleted file]
include/uapi/linux/Kbuild
include/uapi/linux/zorro.h [new file with mode: 0644]
include/uapi/linux/zorro_ids.h [new file with mode: 0644]