um: Remove drivers/ssl.h
authorJohannes Berg <johannes.berg@intel.com>
Fri, 24 May 2019 21:41:15 +0000 (23:41 +0200)
committerRichard Weinberger <richard@nod.at>
Tue, 2 Jul 2019 21:27:24 +0000 (23:27 +0200)
This file just contains two unused prototypes, remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/drivers/ssl.c
arch/um/drivers/ssl.h [deleted file]

index b8d14fa..7ae407d 100644 (file)
@@ -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 (file)
index 314d177..0000000
+++ /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
-