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)
commit986ea58dfb52097999cc388880505fc7a10e4779
treeea30cc4a08720073e4ce90efb488afdbcb34e035
parent6112ea0862facaeaeab504ee01c0d04bcd22daaf
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
7e7a43c32a8970ea2bfc3d1af353dcb1a9237769 ("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]
This page took 0.03136 seconds and 5 git commands to generate.