From 12ccf57d7a70cb075d7092ca6596bfc2782f6a13 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Tue, 11 Sep 2012 09:43:52 +0800 Subject: 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 --- include/drm/exynos_drm.h | 2 ++ include/linux/Kbuild | 1 + include/linux/netfilter/xt_socket.h | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) 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 + /** * 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, -- cgit v1.2.3