Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b813248c authored by Ben Dooks's avatar Ben Dooks
Browse files

ARM: S3C: Rename s3c_device_usb to s3c_device_ohci



Prepare for the forthcoming device changes by renaming s3c_device_usb to
s3c_device_ohci as this is what the device represents.

Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
parent 501dae90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ static struct platform_device *amlm5900_devices[] __initdata = {
	&s3c_device_adc,
	&s3c_device_wdt,
	&s3c_device_i2c0,
	&s3c_device_usb,
	&s3c_device_ohci,
 	&s3c_device_rtc,
	&s3c_device_usbgadget,
        &s3c_device_sdi,
+1 −1
Original line number Diff line number Diff line
@@ -584,7 +584,7 @@ static struct s3c_hwmon_pdata bast_hwmon_info = {
// cat /sys/devices/platform/s3c24xx-adc/s3c-hwmon/in_0

static struct platform_device *bast_devices[] __initdata = {
	&s3c_device_usb,
	&s3c_device_ohci,
	&s3c_device_lcd,
	&s3c_device_wdt,
	&s3c_device_i2c0,
+1 −1
Original line number Diff line number Diff line
@@ -272,7 +272,7 @@ static struct platform_device h1940_lcd_powerdev = {

static struct platform_device *h1940_devices[] __initdata = {
	&s3c_device_ts,
	&s3c_device_usb,
	&s3c_device_ohci,
	&s3c_device_lcd,
	&s3c_device_wdt,
	&s3c_device_i2c0,
+1 −1
Original line number Diff line number Diff line
@@ -322,7 +322,7 @@ static struct platform_device *n30_devices[] __initdata = {
	&s3c_device_wdt,
	&s3c_device_i2c0,
	&s3c_device_iis,
	&s3c_device_usb,
	&s3c_device_ohci,
	&s3c_device_usbgadget,
	&n30_button_device,
	&n30_blue_led,
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ static struct platform_device otom_device_nor = {
/* Standard OTOM devices */

static struct platform_device *otom11_devices[] __initdata = {
	&s3c_device_usb,
	&s3c_device_ohci,
	&s3c_device_lcd,
	&s3c_device_wdt,
	&s3c_device_i2c0,
Loading