diff options
Diffstat (limited to 'drivers/pinctrl/pinctrl-amd.c')
-rw-r--r-- | drivers/pinctrl/pinctrl-amd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/pinctrl-amd.c b/drivers/pinctrl/pinctrl-amd.c index 8ed2a90a8d44..61d830c2bc17 100644 --- a/drivers/pinctrl/pinctrl-amd.c +++ b/drivers/pinctrl/pinctrl-amd.c | |||
@@ -753,7 +753,7 @@ static bool amd_gpio_should_save(struct amd_gpio *gpio_dev, unsigned int pin) | |||
753 | return false; | 753 | return false; |
754 | } | 754 | } |
755 | 755 | ||
756 | int amd_gpio_suspend(struct device *dev) | 756 | static int amd_gpio_suspend(struct device *dev) |
757 | { | 757 | { |
758 | struct platform_device *pdev = to_platform_device(dev); | 758 | struct platform_device *pdev = to_platform_device(dev); |
759 | struct amd_gpio *gpio_dev = platform_get_drvdata(pdev); | 759 | struct amd_gpio *gpio_dev = platform_get_drvdata(pdev); |
@@ -772,7 +772,7 @@ int amd_gpio_suspend(struct device *dev) | |||
772 | return 0; | 772 | return 0; |
773 | } | 773 | } |
774 | 774 | ||
775 | int amd_gpio_resume(struct device *dev) | 775 | static int amd_gpio_resume(struct device *dev) |
776 | { | 776 | { |
777 | struct platform_device *pdev = to_platform_device(dev); | 777 | struct platform_device *pdev = to_platform_device(dev); |
778 | struct amd_gpio *gpio_dev = platform_get_drvdata(pdev); | 778 | struct amd_gpio *gpio_dev = platform_get_drvdata(pdev); |