All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch: um: remove drivers/ssl.h
@ 2019-05-24 21:41 Johannes Berg
  0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2019-05-24 21:41 UTC (permalink / raw)
  To: linux-um; +Cc: j, Richard Weinberger, Jeff Dike, Johannes Berg, Anton Ivanov

From: Johannes Berg <johannes.berg@intel.com>

This file just contains two unused prototypes, remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 arch/um/drivers/ssl.c |  1 -
 arch/um/drivers/ssl.h | 13 -------------
 2 files changed, 14 deletions(-)
 delete mode 100644 arch/um/drivers/ssl.h

diff --git a/arch/um/drivers/ssl.c b/arch/um/drivers/ssl.c
index b8d14fa52059..7ae407d5337e 100644
--- a/arch/um/drivers/ssl.c
+++ b/arch/um/drivers/ssl.c
@@ -12,7 +12,6 @@
 #include <linux/console.h>
 #include <asm/termbits.h>
 #include <asm/irq.h>
-#include "ssl.h"
 #include "chan.h"
 #include <init.h>
 #include <irq_user.h>
diff --git a/arch/um/drivers/ssl.h b/arch/um/drivers/ssl.h
deleted file mode 100644
index 314d17725ce6..000000000000
--- a/arch/um/drivers/ssl.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* 
- * Copyright (C) 2000 Jeff Dike (jdike@karaya.com)
- * Licensed under the GPL
- */
-
-#ifndef __SSL_H__
-#define __SSL_H__
-
-extern int ssl_read(int fd, int line);
-extern void ssl_receive_char(int line, char ch);
-
-#endif
-
-- 
2.17.2


_______________________________________________
linux-um mailing list
linux-um@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-um


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-24 21:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-24 21:41 [PATCH] arch: um: remove drivers/ssl.h Johannes Berg

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.