kernel-fxtec-pro1x/drivers/staging/sep
Alan Cox 70ae04e6cc Staging: sep: kick out various fields we can prove are not needed
#1: sep->cache_addr is assigned to sep->rar_addr and never changed
    sep->rar_addr is never assigned after this point

#2: sep->cache_bus ditto for sep->rar_bus

#3  sep->rar_region_addr is assigned but necer used

#4  sep->io_addr is in fact private to the probe function and
    the same as the reg_addr

#5  The remainig sep->io fields are in fact function locals

#6  sep->message_shared_area is assigned once from sep->shared_area
    sep->shared_area does not then change

#7  sep->shared_addr and sep->shared_area_addr are the same thing, ditto
    for the bus addresses.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-09-15 12:02:15 -07:00
..
Kconfig Staging: sep: Fix rar build 2009-09-15 12:02:12 -07:00
Makefile Staging: sep: remove extra CFLAGS we don't use 2009-09-15 12:02:14 -07:00
sep_dev.h Staging: sep: kick out various fields we can prove are not needed 2009-09-15 12:02:15 -07:00
sep_driver.c Staging: sep: kick out various fields we can prove are not needed 2009-09-15 12:02:15 -07:00
sep_driver_api.h Staging: sep: tidy firmware load 2009-09-15 12:02:15 -07:00
sep_driver_config.h Staging: sep: various minor tidyups 2009-09-15 12:02:15 -07:00
sep_driver_hw_defs.h Staging: sep: indent pass 2009-09-15 12:02:12 -07:00
TODO