diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-06-27 09:15:17 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-06-27 10:57:30 +0200 |
commit | 464d8a54a0ca7827a2278e2122e5eb22462ae044 (patch) | |
tree | 0c042a2520ac484b497da604dbc9df8b35de964c /drivers/video | |
parent | radeon: use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM) (diff) | |
download | linux-464d8a54a0ca7827a2278e2122e5eb22462ae044.tar.xz linux-464d8a54a0ca7827a2278e2122e5eb22462ae044.zip |
video: i740fb: Make i740fb_init static
i740fb_init is referenced only in this function. Make it static.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/i740fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/i740fb.c b/drivers/video/i740fb.c index cfd0c52e8f73..6c4838818950 100644 --- a/drivers/video/i740fb.c +++ b/drivers/video/i740fb.c @@ -1302,7 +1302,7 @@ static int __init i740fb_setup(char *options) } #endif -int __init i740fb_init(void) +static int __init i740fb_init(void) { #ifndef MODULE char *option = NULL; |