mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:33:10 +02:00
generic: export include/linux/switch.h on 3.3, 3.6
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34678 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7dfa4e5405
commit
b8e47bc4c8
@ -27,3 +27,13 @@
|
|||||||
obj-$(CONFIG_MARVELL_PHY) += marvell.o
|
obj-$(CONFIG_MARVELL_PHY) += marvell.o
|
||||||
obj-$(CONFIG_DAVICOM_PHY) += davicom.o
|
obj-$(CONFIG_DAVICOM_PHY) += davicom.o
|
||||||
obj-$(CONFIG_CICADA_PHY) += cicada.o
|
obj-$(CONFIG_CICADA_PHY) += cicada.o
|
||||||
|
--- a/include/linux/Kbuild
|
||||||
|
+++ b/include/linux/Kbuild
|
||||||
|
@@ -354,6 +354,7 @@ header-y += stddef.h
|
||||||
|
header-y += string.h
|
||||||
|
header-y += suspend_ioctls.h
|
||||||
|
header-y += swab.h
|
||||||
|
+header-y += switch.h
|
||||||
|
header-y += synclink.h
|
||||||
|
header-y += sysctl.h
|
||||||
|
header-y += taskstats.h
|
||||||
|
@ -27,3 +27,13 @@
|
|||||||
obj-$(CONFIG_MARVELL_PHY) += marvell.o
|
obj-$(CONFIG_MARVELL_PHY) += marvell.o
|
||||||
obj-$(CONFIG_DAVICOM_PHY) += davicom.o
|
obj-$(CONFIG_DAVICOM_PHY) += davicom.o
|
||||||
obj-$(CONFIG_CICADA_PHY) += cicada.o
|
obj-$(CONFIG_CICADA_PHY) += cicada.o
|
||||||
|
--- a/include/linux/Kbuild
|
||||||
|
+++ b/include/linux/Kbuild
|
||||||
|
@@ -358,6 +358,7 @@ header-y += stddef.h
|
||||||
|
header-y += string.h
|
||||||
|
header-y += suspend_ioctls.h
|
||||||
|
header-y += swab.h
|
||||||
|
+header-y += switch.h
|
||||||
|
header-y += synclink.h
|
||||||
|
header-y += sysctl.h
|
||||||
|
header-y += sysinfo.h
|
||||||
|
Loading…
Reference in New Issue
Block a user