diff options
author | Chris Leech <christopher.leech@intel.com> | 2009-02-27 10:01:42 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-03-01 00:19:36 -0800 |
commit | 709ab3261e3ed789c0bb31c6ab53c9eccb276522 (patch) | |
tree | 206e2d9fb761b01ff33c6633ed9f5a668f12422a | |
parent | 5c2522218059ca1f4174a568923b988aad3ddfda (diff) | |
download | blackbird-obmc-linux-709ab3261e3ed789c0bb31c6ab53c9eccb276522.tar.gz blackbird-obmc-linux-709ab3261e3ed789c0bb31c6ab53c9eccb276522.zip |
net headers: export dcbnl.h
The DCB netlink interface is required for building the userspace tools
available at e1000.sourceforge.net
Signed-off-by: Chris Leech <christopher.leech@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index b97cdc516a8f..106c3ba50844 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -52,6 +52,7 @@ header-y += const.h header-y += cgroupstats.h header-y += cramfs_fs.h header-y += cycx_cfm.h +header-y += dcbnl.h header-y += dlmconstants.h header-y += dlm_device.h header-y += dlm_netlink.h |