Remove duplicate white lines.

This commit is contained in:
Ralf Corsepius
2004-04-21 16:01:48 +00:00
parent 6128a4aa5e
commit f05b2ac0bc
403 changed files with 33 additions and 2026 deletions

View File

@@ -33,7 +33,6 @@ struct wait_queue;
struct buffer_head;
typedef struct { int counter; } atomic_t;
typedef struct page {
/* these must be first (free area handling) */
struct page *next;
@@ -48,7 +47,6 @@ typedef struct page {
struct buffer_head * buffers;
} mem_map_t;
extern opaque mm_private, pci_private, v86_private, console_private;
#define CONSOLE_ON_SERIAL "console=ttyS0"
@@ -74,7 +72,6 @@ static void exit(void) {
while(1);
}
void hang(const char *s, u_long x, ctxt *p) {
u_long *r1;
#ifdef DEBUG
@@ -91,7 +88,6 @@ void hang(const char *s, u_long x, ctxt *p) {
exit();
};
void *zalloc(void *x, unsigned items, unsigned size)
{
void *p = salloc(items*size);
@@ -115,7 +111,6 @@ void zfree(void *x, void *addr, unsigned nb)
#define DEFLATED 8
void gunzip(void *dst, int dstlen, unsigned char *src, int *lenp)
{
z_stream s;
@@ -422,7 +417,6 @@ setup_hw(void)
*cp = 0;
}
/* Functions to deal with the residual data */
static int same_DevID(unsigned short vendor,
unsigned short Number,