summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-09-11 09:43:52 +0800
committerXavier Boudet <x-boudet@ti.com>2012-09-12 19:14:17 +0200
commit12ccf57d7a70cb075d7092ca6596bfc2782f6a13 (patch)
tree24fa8e0adeccafc29fe1f75ac4897a83cfe45f8e
parent40e9365dc0d300353ed0c6a03574e4f8741351e0 (diff)
headers_check fixes to stop build errors
As notified by LAVA... Still some warnings from ALSA but they look intractable (defining userland prototype). Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--include/drm/exynos_drm.h2
-rw-r--r--include/linux/Kbuild1
-rw-r--r--include/linux/netfilter/xt_socket.h2
3 files changed, 4 insertions, 1 deletions
diff --git a/include/drm/exynos_drm.h b/include/drm/exynos_drm.h
index e478de4e5d56..7eb7ae76469f 100644
--- a/include/drm/exynos_drm.h
+++ b/include/drm/exynos_drm.h
@@ -29,6 +29,8 @@
#ifndef _EXYNOS_DRM_H_
#define _EXYNOS_DRM_H_
+#include <linux/types.h>
+
/**
* User-desired buffer creation information structure.
*
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 3108b9ca66ce..88f8827dfff7 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -203,6 +203,7 @@ header-y += unix_diag.h
header-y += inotify.h
header-y += input.h
header-y += ioctl.h
+header-y += ion.h
header-y += ip.h
header-y += ip6_tunnel.h
header-y += ip_vs.h
diff --git a/include/linux/netfilter/xt_socket.h b/include/linux/netfilter/xt_socket.h
index 63594564831c..af10a7e5b9e5 100644
--- a/include/linux/netfilter/xt_socket.h
+++ b/include/linux/netfilter/xt_socket.h
@@ -11,7 +11,7 @@ struct xt_socket_mtinfo1 {
__u8 flags;
};
-void xt_socket_put_sk(struct sock *sk);
+extern void xt_socket_put_sk(struct sock *sk);
struct sock *xt_socket_get4_sk(const struct sk_buff *skb,
struct xt_action_param *par);
struct sock *xt_socket_get6_sk(const struct sk_buff *skb,