Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: OHCI: DA8xx/OMAP-L1x: fix up macro rename

It appears that the DA8xx/OMAP-L1x glue layer went into the kernel uncompilable:
commit 1960e693ac12ae5fe518309d6a63a44c93fad9e7 (davinci: da8xx/omapl1: add
support for the second sysconfig module) has renamed DA8XX_SYSCFG_* macros to
DA8XX_SYSCFG0_* and it's been committed before the glue layer...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Sergei Shtylyov and committed by
Greg Kroah-Hartman
9600cbb2 898f89c3

+1 -1
+1 -1
drivers/usb/host/ohci-da8xx.c
··· 23 23 #error "This file is DA8xx bus glue. Define CONFIG_ARCH_DAVINCI_DA8XX." 24 24 #endif 25 25 26 - #define CFGCHIP2 DA8XX_SYSCFG_VIRT(DA8XX_CFGCHIP2_REG) 26 + #define CFGCHIP2 DA8XX_SYSCFG0_VIRT(DA8XX_CFGCHIP2_REG) 27 27 28 28 static struct clk *usb11_clk; 29 29 static struct clk *usb20_clk;