diff options
Diffstat (limited to 'include')
111 files changed, 2178 insertions, 849 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index c57e064666e4..7f1c0f00db9b 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild | |||
| @@ -192,6 +192,7 @@ header-y += in_route.h | |||
| 192 | header-y += sock_diag.h | 192 | header-y += sock_diag.h |
| 193 | header-y += inet_diag.h | 193 | header-y += inet_diag.h |
| 194 | header-y += unix_diag.h | 194 | header-y += unix_diag.h |
| 195 | header-y += packet_diag.h | ||
| 195 | header-y += inotify.h | 196 | header-y += inotify.h |
| 196 | header-y += input.h | 197 | header-y += input.h |
| 197 | header-y += ioctl.h | 198 | header-y += ioctl.h |
| @@ -359,6 +360,7 @@ header-y += sysctl.h | |||
| 359 | header-y += sysinfo.h | 360 | header-y += sysinfo.h |
| 360 | header-y += taskstats.h | 361 | header-y += taskstats.h |
| 361 | header-y += tcp.h | 362 | header-y += tcp.h |
| 363 | header-y += tcp_metrics.h | ||
| 362 | header-y += telephony.h | 364 | header-y += telephony.h |
| 363 | header-y += termios.h | 365 | header-y += termios.h |
| 364 | header-y += time.h | 366 | header-y += time.h |
diff --git a/include/linux/bcma/bcma_driver_chipcommon.h b/include/linux/bcma/bcma_driver_chipcommon.h index d323a4b4143c..6ba45d2b99db 100644 --- a/include/linux/bcma/bcma_driver_chipcommon.h +++ b/ | |||
