diff options
Diffstat (limited to 'drivers/sh/pfc/core.h')
-rw-r--r-- | drivers/sh/pfc/core.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/sh/pfc/core.h b/drivers/sh/pfc/core.h index 1287b3e6222c..d6a40bc592ff 100644 --- a/drivers/sh/pfc/core.h +++ b/drivers/sh/pfc/core.h | |||
@@ -14,7 +14,7 @@ | |||
14 | #include <linux/sh_pfc.h> | 14 | #include <linux/sh_pfc.h> |
15 | #include <linux/types.h> | 15 | #include <linux/types.h> |
16 | 16 | ||
17 | struct pfc_window { | 17 | struct sh_pfc_window { |
18 | phys_addr_t phys; | 18 | phys_addr_t phys; |
19 | void __iomem *virt; | 19 | void __iomem *virt; |
20 | unsigned long size; | 20 | unsigned long size; |
@@ -28,7 +28,7 @@ struct sh_pfc { | |||
28 | struct sh_pfc_platform_data *pdata; | 28 | struct sh_pfc_platform_data *pdata; |
29 | spinlock_t lock; | 29 | spinlock_t lock; |
30 | 30 | ||
31 | struct pfc_window *window; | 31 | struct sh_pfc_window *window; |
32 | struct sh_pfc_chip *gpio; | 32 | struct sh_pfc_chip *gpio; |
33 | struct sh_pfc_pinctrl *pinctrl; | 33 | struct sh_pfc_pinctrl *pinctrl; |
34 | }; | 34 | }; |