]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] staging: as102: Enable compilation
authorPiotr Chmura <chmooreck@poczta.onet.pl>
Mon, 31 Oct 2011 15:24:52 +0000 (12:24 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 1 Nov 2011 18:05:24 +0000 (16:05 -0200)
commit61cef821a44558ef7342155ae53a62e0c171dc62
tree58b3297bf4c9cd97b658d47f7a837aaa09f729ad
parent0858ab4b6b8b4b1490af7817ac501a7389f5e89c
[media] staging: as102: Enable compilation

Fix compilation errors in the USB driver by replacing usb_buffer_free(),
usb_buffer_alloc() with usb_free_coherent() and usb_alloc_coherent().
Add entries for the driver in parent Makefile and Kconfig.

[snjw23@gmail.com: minor edit to changelog]
Cc: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Piotr Chmura <chmooreck@poczta.onet.pl>
Signed-off-by: Sylwester Nawrocki <snjw23@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/media/as102/as102_usb_drv.c