]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Fix u132-hcd.c compile error
authorMirco Tischler <mt-ml@gmx.de>
Sun, 24 Feb 2008 04:16:39 +0000 (05:16 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 24 Feb 2008 04:29:09 +0000 (20:29 -0800)
commit038eb0ea04b245351be34b0ae76b55eee4603989
treed75058c078108f5c791ce14cab3f096e84a0c970
parent42e6de0e6079f4a7ce6bd62340b1b14a1af314dc
Fix u132-hcd.c compile error

This fixes the following compile error caused by commit
3a2d5b700132f35401f1d9e22fe3c2cab02c2549 ("PM: Introduce
PM_EVENT_HIBERNATE callback state")

    CC [M]  drivers/usb/host/u132-hcd.o
  drivers/usb/host/u132-hcd.c: In function ‘u132_suspend’:
  drivers/usb/host/u132-hcd.c:3224: error: expected expression before ‘int’
  drivers/usb/host/u132-hcd.c:3225: error: ‘ports’ undeclared (first use in this function)
  ...

Signed-off-by: Mirco Tischler <mt-ml@gmx.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/host/u132-hcd.c