This patch removes some redundant blank lines.
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
#include <asm/byteorder.h>
#include "z85230.h"
-
struct slvl_device
{
struct z8530_channel *chan;
int channel;
};
-
struct slvl_board
{
struct slvl_device dev[2];
return 0;
}
-
/*
* Allocate and setup Sealevel board.
*/
outb(3 | (1 << 7), b->iobase + 4);
-
/* We want a fast IRQ for this device. Actually we'd like an even faster
IRQ ;) - This is one driver RtLinux is made for */
kfree(b);
}
-
static int io=0x238;
static int txdma=1;
static int rxdma=3;