aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/Kbuild
diff options
context:
space:
mode:
authorRichard Alpe <richard.alpe@ericsson.com>2014-11-24 08:24:54 -0500
committerDavid S. Miller <davem@davemloft.net>2014-11-24 16:21:10 -0500
commit4f0372150b1fbf2167cfe21d2e6eac1933fb36ac (patch)
treebb475edc2a305183402990a45519f48c528da36a /include/uapi/linux/Kbuild
parent3e7b2ec4fe8ef4b05b33db3e84d1b1fbccde250e (diff)
tipc: add tipc_netlink.h to uapi Kbuild
tipc_netlink.h is the user-space header for the new netlink api. It was accidentally left out of the uapi Kbuild list when the api was added. Signed-off-by: Richard Alpe <richard.alpe@ericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/Kbuild')
-rw-r--r--include/uapi/linux/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index 72298b6887ac..a1e8175cc488 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -389,6 +389,7 @@ header-y += times.h
389header-y += timex.h 389header-y += timex.h
390header-y += tiocl.h 390header-y += tiocl.h
391header-y += tipc_config.h 391header-y += tipc_config.h
392header-y += tipc_netlink.h
392header-y += tipc.h 393header-y += tipc.h
393header-y += toshiba.h 394header-y += toshiba.h
394header-y += tty_flags.h 395header-y += tty_flags.h