diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2023-08-19 17:43:55 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2023-08-19 17:43:55 +0200 |
commit | b5cab28be6ccf08237078b675fc1d446679779ba (patch) | |
tree | 3c51b49ab2e5c30b3dfb448c741be3f0bf24da7e /include | |
parent | 2383ffc41a7c701c058f6bb18030cd569aecd541 (diff) | |
parent | 0650d5098f8b6b232cd5ea0e15437fc38f7d63ba (diff) | |
download | linux-stable-b5cab28be6ccf08237078b675fc1d446679779ba.tar.gz linux-stable-b5cab28be6ccf08237078b675fc1d446679779ba.tar.bz2 linux-stable-b5cab28be6ccf08237078b675fc1d446679779ba.zip |
Merge tag 'fbdev-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Pull fbdev fixes and cleanups from Helge Deller:
- various code cleanups in amifb, atmel_lcdfb, ssd1307fb, kyro and
goldfishfb
* tag 'fbdev-for-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev:
fbdev: goldfishfb: Do not check 0 for platform_get_irq()
fbdev: atmel_lcdfb: Remove redundant of_match_ptr()
fbdev: kyro: Remove unused declarations
fbdev: ssd1307fb: Print the PWM's label instead of its number
fbdev: mmp: fix value check in mmphw_probe()
fbdev: amifb: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
Diffstat (limited to 'include')
-rw-r--r-- | include/video/kyro.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/video/kyro.h b/include/video/kyro.h index b958c2e9c915..418eef6c5523 100644 --- a/include/video/kyro.h +++ b/include/video/kyro.h @@ -38,18 +38,6 @@ struct kyrofb_info { int wc_cookie; }; -extern int kyro_dev_init(void); -extern void kyro_dev_reset(void); - -extern unsigned char *kyro_dev_physical_fb_ptr(void); -extern unsigned char *kyro_dev_virtual_fb_ptr(void); -extern void *kyro_dev_physical_regs_ptr(void); -extern void *kyro_dev_virtual_regs_ptr(void); -extern unsigned int kyro_dev_fb_size(void); -extern unsigned int kyro_dev_regs_size(void); - -extern u32 kyro_dev_overlay_offset(void); - /* * benedict.gaster@superh.com * Added the follow IOCTLS for the creation of overlay services... |