summaryrefslogtreecommitdiff
path: root/drivers/usb/common/Makefile
blob: 6bbb3ec17018f745117e37ec0df6d890d47df7ae (plain)
1
2
3
4
5
6
7
8
9
10
#
# Makefile for the usb common parts.
#

obj-$(CONFIG_USB_COMMON)	  += usb-common.o
usb-common-y			  += common.o
usb-common-$(CONFIG_USB_LED_TRIG) += led.o

obj-$(CONFIG_USB_OTG_FSM) += usb-otg-fsm.o
obj-$(CONFIG_USB_ULPI_BUS)	+= ulpi.o
>commitb745d0358db44ebcef31478314436d6d4ff93bfa (patch) tree9e2d4987d9a72b39fc242a805af65f546da8091c /net parent4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a (diff)
netfilter: nfnetlink: get rid of u_intX_t types
Use uX types instead. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net')
-rw-r--r--net/netfilter/nfnetlink.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/netfilter/nfnetlink.c b/net/netfilter/nfnetlink.c