From e373224c8c4938561d2c46d0a82763b78cd645ad Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Sat, 10 Mar 2007 16:18:36 +0100 Subject: dump_bss_table: get rid of useless force_output parameter and obuf_s in the at76c503a structure --- at76_usb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'at76_usb.h') diff --git a/at76_usb.h b/at76_usb.h index 7f5e347..dd6b42f 100644 --- a/at76_usb.h +++ b/at76_usb.h @@ -605,7 +605,6 @@ struct at76c503 { unsigned int device_unplugged:1; unsigned int netdev_registered:1; char obuf[2 * 256 + 1]; /* global debug output buffer to reduce stack usage */ - char obuf_s[3 * 32]; /* small global debug output buffer to reduce stack usage */ struct set_mib_buffer mib_buf; /* global buffer for set_mib calls */ /* new whiz-bang feature flags */ -- cgit v1.2.3