Merge tag 's5pv210-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux...
[deliverable/linux.git] / arch / arm / plat-samsung / include / plat / fb-core.h
index 6abcbf139ceedf5976cf657d1da73e93b4d8d8c2..bca383efcf6deb03fbd8786e2d6851796be38c0a 100644 (file)
@@ -26,19 +26,4 @@ static inline void s3c_fb_setname(char *name)
 #endif
 }
 
-/* Re-define device name depending on support. */
-static inline void s5p_fb_setname(int id, char *name)
-{
-       switch (id) {
-#ifdef CONFIG_S5P_DEV_FIMD0
-       case 0:
-               s5p_device_fimd0.name = name;
-       break;
-#endif
-       default:
-               printk(KERN_ERR "%s: invalid device id(%d)\n", __func__, id);
-       break;
-       }
-}
-
 #endif /* __ASM_PLAT_FB_CORE_H */
This page took 0.02712 seconds and 5 git commands to generate.