summaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg
diff options
context:
space:
mode:
authorWei Yongjun <weiyj.lk@gmail.com>2012-10-23 08:12:37 +0200
committerFelipe Balbi <balbi@ti.com>2012-10-26 10:11:21 +0200
commit9a65d162e449145706aa7309a1be00e3c3d5c80e (patch)
tree6cff48524c1396125a1b3add0415d0b9f76bb1ea /drivers/usb/otg
parentRevert "usb: musb: use DMA mode 1 whenever possible" (diff)
downloadlinux-9a65d162e449145706aa7309a1be00e3c3d5c80e.tar.xz
linux-9a65d162e449145706aa7309a1be00e3c3d5c80e.zip
usb: musb: ux500: fix 'musbid' undeclared error in ux500_remove()
commit 65b3d52d02a558fbfe08e43688e15390c5ab3067 (usb: musb: add musb_ida for multi instance support) used musbid in ux500_remove() but nerver declared it. I found this in x86_64 platform, but not sure whether this is a error on the correct ARCH. $ make drivers/usb/musb/ux500.o make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `relocs'. CHK include/generated/uapi/linux/version.h CHK include/generated/utsrelease.h UPD include/generated/utsrelease.h CALL scripts/checksyscalls.sh CC drivers/usb/musb/ux500.o drivers/usb/musb/ux500.c: In function 'ux500_probe': drivers/usb/musb/ux500.c:78:2: error: 'musbid' undeclared (first use in this function) drivers/usb/musb/ux500.c:78:2: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [drivers/usb/musb/ux500.o] Error 1 make: *** [drivers/usb/musb/ux500.o] Error 2 Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/otg')
0 files changed, 0 insertions, 0 deletions