diff options
author | Javier Viguera <javier.viguera@digi.com> | 2011-08-03 10:31:19 +0200 |
---|---|---|
committer | Javier Viguera <javier.viguera@digi.com> | 2011-08-03 10:32:41 +0200 |
commit | 540a737e689d50f1d228b266ff10e78e25e2ef4c (patch) | |
tree | 18d503885f3d27c7fc802b7cf76c32f85c324c37 /include | |
parent | 242b49fa2a8564937cd838cf67caa2f23925c67d (diff) |
kernel headers: do not export fsl_devices to user space
Latest changes in that file make the toolchain build to fail with:
fsl_devices.h:21: included file 'linux/cdev.h' is not exported
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/Kbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index 196c789502be..65463dd75c59 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -388,7 +388,7 @@ unifdef-y += xattr.h unifdef-y += xfrm.h ## i.MX specific files -unifdef-y += fsl_devices.h +#unifdef-y += fsl_devices.h unifdef-y += isl29023.h unifdef-y += imx_adc.h unifdef-y += ipu.h |