All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sparc/console: kill off obsolete declarations
@ 2019-12-16 22:10 Arvind Sankar
  2020-01-03 17:17 ` Arvind Sankar
  0 siblings, 1 reply; 2+ messages in thread
From: Arvind Sankar @ 2019-12-16 22:10 UTC (permalink / raw)
  To: David S . Miller; +Cc: linux-kernel

commit 09d3f3f0e02c ("sparc: Kill PROM console driver.") missed removing
the declarations of the deleted prom_con structure and prom_con_init
function from console.h. Kill them off now.

Signed-off-by: Arvind Sankar <nivedita@alum.mit.edu>
---
 include/linux/console.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/console.h b/include/linux/console.h
index d09951d5a94e..f33016b3a401 100644
--- a/include/linux/console.h
+++ b/include/linux/console.h
@@ -101,7 +101,6 @@ extern const struct consw *conswitchp;
 extern const struct consw dummy_con;	/* dummy console buffer */
 extern const struct consw vga_con;	/* VGA text console */
 extern const struct consw newport_con;	/* SGI Newport console  */
-extern const struct consw prom_con;	/* SPARC PROM console */
 
 int con_is_bound(const struct consw *csw);
 int do_unregister_con_driver(const struct consw *csw);
@@ -201,7 +200,6 @@ extern void suspend_console(void);
 extern void resume_console(void);
 
 int mda_console_init(void);
-void prom_con_init(void);
 
 void vcs_make_sysfs(int index);
 void vcs_remove_sysfs(int index);
-- 
2.24.1


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

* Re: [PATCH] sparc/console: kill off obsolete declarations
  2019-12-16 22:10 [PATCH] sparc/console: kill off obsolete declarations Arvind Sankar
@ 2020-01-03 17:17 ` Arvind Sankar
  0 siblings, 0 replies; 2+ messages in thread
From: Arvind Sankar @ 2020-01-03 17:17 UTC (permalink / raw)
  To: Arvind Sankar; +Cc: David S . Miller, linux-kernel

On Mon, Dec 16, 2019 at 05:10:04PM -0500, Arvind Sankar wrote:
> commit 09d3f3f0e02c ("sparc: Kill PROM console driver.") missed removing
> the declarations of the deleted prom_con structure and prom_con_init
> function from console.h. Kill them off now.
> 

Hi David, happy new year!

Reminder for the following small cleanup patch.

https://lore.kernel.org/lkml/20191216221004.3476562-1-nivedita@alum.mit.edu/

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

end of thread, other threads:[~2020-01-03 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-16 22:10 [PATCH] sparc/console: kill off obsolete declarations Arvind Sankar
2020-01-03 17:17 ` Arvind Sankar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.