mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 01:03:52 +00: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
2 changed files with 0 additions and 14 deletions
|
|
@ -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…
Add table
Reference in a new issue