aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorXpLoDWilD <xplodwild@cyanogenmod.org>2013-07-26 12:37:55 +0200
committerXpLoDWilD <xplodwild@cyanogenmod.org>2013-07-26 12:37:55 +0200
commit49c33dab8b7a57780affea28db976ccab8dc345b (patch)
treea761f8b2b23fb386fc6f31db4fb9f8f24cc30658 /drivers/video
parent84c11baf1cd2873665c9bd51f720ee3d83faefa2 (diff)
downloadkernel_samsung_smdk4412-49c33dab8b7a57780affea28db976ccab8dc345b.zip
kernel_samsung_smdk4412-49c33dab8b7a57780affea28db976ccab8dc345b.tar.gz
kernel_samsung_smdk4412-49c33dab8b7a57780affea28db976ccab8dc345b.tar.bz2
fimc/s3cfb: Remove inlines breaking build on 4.3
If anyone have any idea why it cannot find function body for these two functions... Others are fine. Change-Id: Ifebb2e995a4ef4e779bed2e8f12aa7990ac19b41
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/samsung_extdisp/s3cfb_extdsp.h2
-rw-r--r--drivers/video/samsung_extdisp/s3cfb_extdsp_main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/samsung_extdisp/s3cfb_extdsp.h b/drivers/video/samsung_extdisp/s3cfb_extdsp.h
index 99f134c..11f4f37 100644
--- a/drivers/video/samsung_extdisp/s3cfb_extdsp.h
+++ b/drivers/video/samsung_extdisp/s3cfb_extdsp.h
@@ -151,7 +151,7 @@ struct s3cfb_extdsp_user_window {
#define S3CFB_EXTDSP_GET_FREE_BUFFER _IOW('F', 329, unsigned int)
extern struct fb_ops s3cfb_extdsp_ops;
-extern inline struct s3cfb_extdsp_global *get_extdsp_global(int id);
+extern struct s3cfb_extdsp_global *get_extdsp_global(int id);
/* S3CFB_EXTDSP */
extern int s3cfb_extdsp_enable_window(struct s3cfb_extdsp_global *fbdev, int id);
diff --git a/drivers/video/samsung_extdisp/s3cfb_extdsp_main.c b/drivers/video/samsung_extdisp/s3cfb_extdsp_main.c
index 4f9f2b2..dacd94d 100644
--- a/drivers/video/samsung_extdisp/s3cfb_extdsp_main.c
+++ b/drivers/video/samsung_extdisp/s3cfb_extdsp_main.c
@@ -43,7 +43,7 @@
struct s3cfb_extdsp_extdsp_desc *fbextdsp;
-inline struct s3cfb_extdsp_global *get_extdsp_global(int id)
+struct s3cfb_extdsp_global *get_extdsp_global(int id)
{
struct s3cfb_extdsp_global *fbdev;