6 #define fb_pgprotect(...) do {} while (0)
8 static inline int fb_is_primary_device(struct fb_info *info)
10 struct device *dev = info->device;
11 struct device_node *node;
13 node = dev->archdata.prom_node;
15 node == of_console_device)
21 #endif /* _ASM_FB_H_ */