Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b00bdd32 authored by Johannes Berg's avatar Johannes Berg Committed by Richard Weinberger
Browse files

um: Remove drivers/ssl.h



This file just contains two unused prototypes, remove it.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent c7f04e87
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>

arch/um/drivers/ssl.h

deleted100644 → 0
+0 −13
Original line number Diff line number Diff line
/* 
 * 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