Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wimax: export linux/wimax.h and linux/wimax/i2400m.h with headers_install

These two files are what user space can use to establish communication
with the WiMAX kernel API and to speak the Intel 2400m Wireless WiMAX
connection's control protocol.

Signed-off-by: Inaky Perez-Gonzalez <inaky@linux.intel.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Inaky Perez-Gonzalez and committed by
Greg Kroah-Hartman
e3069874 143ee2d5

+3
+2
include/linux/Kbuild
··· 371 371 unifdef-y += xfrm.h 372 372 373 373 objhdr-y += version.h 374 + header-y += wimax.h 375 + header-y += wimax/
+1
include/linux/wimax/Kbuild
··· 1 + header-y += i2400m.h