summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry STRUDEL <thierry.strudel@stericsson.com>2011-10-21 12:16:25 +0200
committerJonas ABERG <jonas.aberg@stericsson.com>2011-10-27 16:13:52 +0200
commit6799091f33fa5616fcd7f715be1c7c8849dfa78b (patch)
tree0305ea44ea5cdf535e6ba5f4e9fa710ba8c2e9fa
parent7f07cfe07461d45ebfa9dc2d80b277aaeee95734 (diff)
header files: install STE multimedia headers
Installs STE multimedia header files to allow building the STE Ux5xx STELP. ST-Ericsson Linux next: NA ST-Ericsson ID: 322357 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I07829a94862f6178e4c291a7dd9371ed146858d3 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/34893 Reviewed-by: Thierry STRUDEL <thierry.strudel@stericsson.com> Tested-by: Thierry STRUDEL <thierry.strudel@stericsson.com> Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
-rw-r--r--include/linux/Kbuild4
-rw-r--r--include/linux/mfd/Kbuild1
-rw-r--r--include/trace/stm.h2
-rw-r--r--include/video/Kbuild1
4 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index d41e1279488..47d0449f16a 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -6,6 +6,7 @@ header-y += hdlc/
header-y += hsi/
header-y += isdn/
header-y += mmc/
+header-y += mfd/
header-y += nfsd/
header-y += raid/
header-y += spi/
@@ -79,6 +80,7 @@ header-y += blkpg.h
header-y += blktrace_api.h
header-y += bpqether.h
header-y += bsg.h
+header-y += camera_flash.h
header-y += can.h
header-y += capability.h
header-y += capi.h
@@ -151,6 +153,7 @@ header-y += hid.h
header-y += hiddev.h
header-y += hidraw.h
header-y += hpet.h
+header-y += hwmem.h
header-y += hysdn_if.h
header-y += i2c-dev.h
header-y += i2c.h
@@ -241,6 +244,7 @@ header-y += meye.h
header-y += mii.h
header-y += minix_fs.h
header-y += mman.h
+header-y += mmio.h
header-y += mmtimer.h
header-y += mqueue.h
header-y += mroute.h
diff --git a/include/linux/mfd/Kbuild b/include/linux/mfd/Kbuild
new file mode 100644
index 00000000000..d7218afb1eb
--- /dev/null
+++ b/include/linux/mfd/Kbuild
@@ -0,0 +1 @@
+header-y += cg2900_audio.h
diff --git a/include/trace/stm.h b/include/trace/stm.h
index 3cf11143c0e..de3ed1dc381 100644
--- a/include/trace/stm.h
+++ b/include/trace/stm.h
@@ -11,6 +11,8 @@
#ifndef STM_H
#define STM_H
+#include <linux/types.h>
+
#define STM_DEV_NAME "stm"
/* One single channel mapping */
diff --git a/include/video/Kbuild b/include/video/Kbuild
index ad3e622c533..d73b95df921 100644
--- a/include/video/Kbuild
+++ b/include/video/Kbuild
@@ -1,3 +1,4 @@
+header-y += b2r2_blt.h
header-y += edid.h
header-y += sisfb.h
header-y += uvesafb.h