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:
committed by
Richard Weinberger
parent
c7f04e87e4
commit
b00bdd3244
@@ -12,7 +12,6 @@
|
|||||||
#include <linux/console.h>
|
#include <linux/console.h>
|
||||||
#include <asm/termbits.h>
|
#include <asm/termbits.h>
|
||||||
#include <asm/irq.h>
|
#include <asm/irq.h>
|
||||||
#include "ssl.h"
|
|
||||||
#include "chan.h"
|
#include "chan.h"
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <irq_user.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
|
|
||||||
|
|
Reference in New Issue
Block a user