]> Pileus Git - ~andy/linux/blobdiff - drivers/sh/pfc/core.h
sh-pfc: Use sh_pfc_ namespace prefix through the whole driver
[~andy/linux] / drivers / sh / pfc / core.h
index 1287b3e6222c8935398dc990fded2d290aa62958..d6a40bc592ff8a42aebe6351c470fba80e21ed26 100644 (file)
@@ -14,7 +14,7 @@
 #include <linux/sh_pfc.h>
 #include <linux/types.h>
 
-struct pfc_window {
+struct sh_pfc_window {
        phys_addr_t phys;
        void __iomem *virt;
        unsigned long size;
@@ -28,7 +28,7 @@ struct sh_pfc {
        struct sh_pfc_platform_data *pdata;
        spinlock_t lock;
 
-       struct pfc_window *window;
+       struct sh_pfc_window *window;
        struct sh_pfc_chip *gpio;
        struct sh_pfc_pinctrl *pinctrl;
 };