diff options
author | Ville Syrjälä <ville.syrjala@nokia.com> | 2010-02-24 01:36:25 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@nokia.com> | 2010-03-01 14:23:18 +0300 |
commit | d2e82add832f9c95376d004d565c5e164c99b9ec (patch) | |
tree | 8281c73eef3731351cd1ed7f486f24f7eecf6bf5 /include/linux/Kbuild | |
parent | 5d68e0326b146f28fbb8fe6375dd7d15ca929be7 (diff) | |
download | linux-d2e82add832f9c95376d004d565c5e164c99b9ec.tar.xz |
OMAP: DSS2: OMAPFB: install omapfb.h
omapfb has several custom ioctls so user space needs
the header in order to utilize them.
Signed-off-by: Ville Syrjälä <ville.syrjala@nokia.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Diffstat (limited to 'include/linux/Kbuild')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 756f831cbdd5..aa80d7a2dee7 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -125,6 +125,7 @@ header-y += nfs2.h header-y += nfs4_mount.h header-y += nfs_mount.h header-y += nl80211.h +header-y += omapfb.h header-y += param.h header-y += pci_regs.h header-y += perf_event.h |