mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
um: Remove drivers/ssl.h
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>
This commit is contained in:
parent
c7f04e87e4
commit
b00bdd3244
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user