cardbus: clean up empty lines in .c and .h files
This commit is contained in:
parent
2334c4b865
commit
44b1283d2a
@ -360,7 +360,6 @@ static device_method_t cardbus_methods[] = {
|
||||
|
||||
/* PCI interface */
|
||||
DEVMETHOD(pci_alloc_devinfo, cardbus_alloc_devinfo),
|
||||
|
||||
{0,0}
|
||||
};
|
||||
|
||||
|
@ -108,7 +108,6 @@ static int decode_tuple(device_t cbdev, device_t child, int tupleid,
|
||||
int len, uint8_t *tupledata, uint32_t start,
|
||||
uint32_t *off, struct tuple_callbacks *callbacks,
|
||||
void *);
|
||||
|
||||
#define MAKETUPLE(NAME,FUNC) { CISTPL_ ## NAME, #NAME, decode_tuple_ ## FUNC }
|
||||
|
||||
static char *funcnames[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user