arch: Remove struct fb_info from video helpers
[linux-2.6-block.git] / arch / parisc / include / asm / fb.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
10eb2659
AD
2#ifndef _ASM_FB_H_
3#define _ASM_FB_H_
4
f178e96d
TZ
5#include <linux/types.h>
6
7struct device;
10eb2659 8
cf41d18b 9#if defined(CONFIG_STI_CORE)
f178e96d
TZ
10bool video_is_primary_device(struct device *dev);
11#define video_is_primary_device video_is_primary_device
cf936af7 12#endif
317b3c21 13
f3424d28
TZ
14#include <asm-generic/fb.h>
15
10eb2659 16#endif /* _ASM_FB_H_ */