https://github.com/torvalds/linux
Revision c3d8e682b7d10f57d13c86ecbb15806781d6e953 authored by Jeff Garzik on 27 June 2006, 12:54:34 UTC, committed by Jeff Garzik on 05 July 2006, 17:40:49 UTC
Becker-derived drivers often have the 'io_size' member in their chip
info struct, indicating the minimum required size of the I/O resource
(usually a PCI BAR).  For many situations, this number is either
constant or irrelevant (due to pci_iomap convenience behavior).

This change removes the io_size invariant member, and replaces it with a
compile-time constant.

Drivers updated: fealnx, gt96100eth, winbond-840, yellowfin

Additionally,
- gt96100eth: unused 'drv_flags' removed from gt96100eth
- winbond-840: unused struct match_info removed
- winbond-840: mark pci_id_tbl[] const, __devinitdata

Signed-off-by: Jeff Garzik <jeff@garzik.org>
1 parent 03a8c66
History
Tip revision: c3d8e682b7d10f57d13c86ecbb15806781d6e953 authored by Jeff Garzik on 27 June 2006, 12:54:34 UTC
[netdrvr] Remove Becker-template 'io_size' member, when invariant
Tip revision: c3d8e68
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 462 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 69.5 KB
Makefile -rw-r--r-- 46.1 KB
README -rw-r--r-- 16.2 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top