From: Lennert Buytenhek Date: Thu, 22 Oct 2009 18:20:47 +0000 (+0200) Subject: mwl8k: change pci id table driver data to a structure pointer X-Git-Tag: v2.6.33-rc1~388^2~449^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45a390ddd70d8bec0b17dd37bc8f77372c9c3d33;p=pandora-kernel.git mwl8k: change pci id table driver data to a structure pointer To prepare for adding support for more device types, introduce a new structure, mwl8k_device_info, where per-device information can be stored, and change the pci id table driver data from an integer indicating only the part number to a pointer to a mwl8k_device_info structure. Signed-off-by: Lennert Buytenhek Signed-off-by: John W. Linville --- Reading git-diff-tree failed