USB: Fix s3c-hsotg build following Samsung platform header moves

Fix a reference to regs-sys.h got missed in the reorganisation of
the Samsung platform headers targetted for 2.6.34.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
This commit is contained in:
Mark Brown 2010-03-01 18:51:42 +00:00 committed by Ben Dooks
parent 0ea5357f2e
commit f9fed7cd7e

View File

@ -30,7 +30,7 @@
#include <plat/regs-usb-hsotg-phy.h> #include <plat/regs-usb-hsotg-phy.h>
#include <plat/regs-usb-hsotg.h> #include <plat/regs-usb-hsotg.h>
#include <plat/regs-sys.h> #include <mach/regs-sys.h>
#include <plat/udc-hs.h> #include <plat/udc-hs.h>
#define DMA_ADDR_INVALID (~((dma_addr_t)0)) #define DMA_ADDR_INVALID (~((dma_addr_t)0))