gfio: remove widgets from struct gui/gui_entry that we don't really use
authorJens Axboe <axboe@kernel.dk>
Tue, 13 Mar 2012 09:37:04 +0000 (10:37 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 13 Mar 2012 09:37:04 +0000 (10:37 +0100)
commit654763360216552261bf4ca3b674022225468931
treebbc3254413d7f2098d816c4ce7d4c22c2fe4203a
parent3af452010d32267d085ba1612ebc0a40812c28a9
gfio: remove widgets from struct gui/gui_entry that we don't really use

Lots of these are only used for initial setup of the page, other
entries are the ones we reuse later. So kill the entries to avoid
confusing them post init.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
gfio.c