mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH -next] video: fbdev: kyro: Remove unused declarations
@ 2023-08-14 14:05 Yue Haibing
  2023-08-15 21:04 ` Helge Deller
  0 siblings, 1 reply; 2+ messages in thread
From: Yue Haibing @ 2023-08-14 14:05 UTC (permalink / raw)
  To: deller, yuehaibing; +Cc: linux-fbdev, dri-devel, linux-kernel

These declarations is never implemented since the beginning of git history.

Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
---
 include/video/kyro.h | 12 ------------
 1 file changed, 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...
-- 
2.34.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] video: fbdev: kyro: Remove unused declarations
  2023-08-14 14:05 [PATCH -next] video: fbdev: kyro: Remove unused declarations Yue Haibing
@ 2023-08-15 21:04 ` Helge Deller
  0 siblings, 0 replies; 2+ messages in thread
From: Helge Deller @ 2023-08-15 21:04 UTC (permalink / raw)
  To: Yue Haibing; +Cc: linux-fbdev, dri-devel, linux-kernel

On 8/14/23 16:05, Yue Haibing wrote:
> These declarations is never implemented since the beginning of git history.
>
> Signed-off-by: Yue Haibing <yuehaibing@huawei.com>

applied.

Thanks!
Helge

> ---
>   include/video/kyro.h | 12 ------------
>   1 file changed, 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...


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-15 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-14 14:05 [PATCH -next] video: fbdev: kyro: Remove unused declarations Yue Haibing
2023-08-15 21:04 ` Helge Deller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®