]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/musb/musb_dsps.c
usb: musb: dsps: rename ti81xx_driver_data to am33xx_driver_data
[karo-tx-linux.git] / drivers / usb / musb / musb_dsps.c
index 55f5ff9351d6184223b78f874cba195d1adf373d..aba2dc58938d9ca8dca7b6d1015e935837b73d2f 100644 (file)
@@ -720,7 +720,7 @@ static int dsps_resume(struct device *dev)
 
 static SIMPLE_DEV_PM_OPS(dsps_pm_ops, dsps_suspend, dsps_resume);
 
-static const struct dsps_musb_wrapper ti81xx_driver_data = {
+static const struct dsps_musb_wrapper am33xx_driver_data = {
        .revision               = 0x00,
        .control                = 0x14,
        .status                 = 0x18,
@@ -753,7 +753,7 @@ static const struct dsps_musb_wrapper ti81xx_driver_data = {
 
 static const struct of_device_id musb_dsps_of_match[] = {
        { .compatible = "ti,musb-am33xx",
-               .data = (void *) &ti81xx_driver_data, },
+               .data = (void *) &am33xx_driver_data, },
        {  },
 };
 MODULE_DEVICE_TABLE(of, musb_dsps_of_match);