diff options
| author | Dave Airlie <airlied@redhat.com> | 2014-12-01 19:58:33 -0500 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2014-12-01 19:58:33 -0500 |
| commit | e8115e79aa62b6ebdb3e8e61ca4092cc32938afc (patch) | |
| tree | 42b791ab54ef9d5c73dcd49f907b8b37fa2f7e19 /include/uapi/linux | |
| parent | 9be23ae4350bfd71c0cc2ea3494671ee90e5603b (diff) | |
| parent | 009d0431c3914de64666bec0d350e54fdd59df6a (diff) | |
Merge tag 'v3.18-rc7' into drm-next
This fixes a bunch of conflicts prior to merging i915 tree.
Linux 3.18-rc7
Conflicts:
drivers/gpu/drm/exynos/exynos_drm_drv.c
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/intel_pm.c
drivers/gpu/drm/tegra/dc.c
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/Kbuild | 4 | ||||
| -rw-r--r-- | include/uapi/linux/if_bridge.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index b70237e8bc37..4c94f31a8c99 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
| @@ -125,6 +125,7 @@ header-y += filter.h | |||
| 125 | header-y += firewire-cdev.h | 125 | header-y += firewire-cdev.h |
| 126 | header-y += firewire-constants.h | 126 | header-y += firewire-constants.h |
| 127 | header-y += flat.h | 127 | header-y += flat.h |
| 128 | header-y += fou.h | ||
| 128 | header-y += fs.h | 129 | header-y += fs.h |
| 129 | header-y += fsl_hypervisor.h | 130 | header-y += fsl_hypervisor.h |
| 130 | header-y += fuse.h | 131 | header-y += fuse.h |
| @@ -141,6 +142,7 @@ header-y += hid.h | |||
| 141 | header-y += hiddev.h | 142 | header-y += hiddev.h |
| 142 | header-y += hidraw.h | 143 | header-y += hidraw.h |
| 143 | header-y += hpet.h | 144 | header-y += hpet.h |
| 145 | header-y += hsr_netlink.h | ||
| 144 | header-y += hyperv.h | 146 | header-y += hyperv.h |
| 145 | header-y += hysdn_if.h | 147 | header-y += hysdn_if.h |
| 146 | header-y += i2c-dev.h | 148 | header-y += i2c-dev.h |
| @@ -251,6 +253,7 @@ header-y += mii.h | |||
| 251 | header-y += minix_fs.h | 253 | header-y += minix_fs.h |
| 252 | header-y += mman.h | 254 | header-y += mman.h |
| 253 | header-y += mmtimer.h | 255 | header-y += mmtimer.h |
| 256 | header-y += mpls.h | ||
| 254 | header-y += mqueue.h | 257 | header-y += mqueue.h |
| 255 | header-y += mroute.h | 258 | header-y += mroute.h |
| 256 | header-y += mroute6.h | 259 | header-y += mroute6.h |
| @@ -424,6 +427,7 @@ header-y += virtio_net.h | |||
| 424 | header-y += virtio_pci.h | 427 | header-y += virtio_pci.h |
| 425 | header-y += virtio_ring.h | 428 | header-y += virtio_ring.h |
| 426 | header-y += virtio_rng.h | 429 | header-y += virtio_rng.h |
| 430 | header=y += vm_sockets.h | ||
| 427 | header-y += vt.h | 431 | header-y += vt.h |
| 428 | header-y += wait.h | 432 | header-y += wait.h |
| 429 | header-y += wanrouter.h | 433 | header-y += wanrouter.h |
diff --git a/include/uapi/linux/if_bridge.h b/include/uapi/linux/if_bridge.h index 39f621a9fe82..da17e456908d 100644 --- a/include/uapi/linux/if_bridge.h +++ b/include/uapi/linux/if_bridge.h | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | 15 | ||
| 16 | #include <linux/types.h> | 16 | #include <linux/types.h> |
| 17 | #include <linux/if_ether.h> | 17 | #include <linux/if_ether.h> |
| 18 | #include <linux/in6.h> | ||
| 18 | 19 | ||
| 19 | #define SYSFS_BRIDGE_ATTR "bridge" | 20 | #define SYSFS_BRIDGE_ATTR "bridge" |
| 20 | #define SYSFS_BRIDGE_FDB "brforward" | 21 | #define SYSFS_BRIDGE_FDB "brforward" |
