Greg Kroah-Hartman 8952f593ea PCIE: remove driver_data direct access of struct device
In the near future, the driver core is going to not allow direct access
to the driver_data pointer in struct device.  Instead, the functions
dev_get_drvdata() and dev_set_drvdata() should be used.  These functions
have been around since the beginning, so are backwards compatible with
all older kernel versions.


Cc: linux-pci@vger.kernel.org
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-06-15 21:30:27 -07:00
..
2009-04-22 14:49:33 -07:00
2009-05-12 12:17:36 +02:00
2008-10-15 14:24:08 +02:00
2009-04-06 11:25:33 -07:00
2008-10-15 14:24:08 +02:00
2009-05-21 15:44:24 +10:00
2009-05-11 17:02:27 -07:00
2009-03-20 10:48:14 -07:00
2009-04-05 02:14:15 -04:00
2009-04-22 14:49:33 -07:00
2009-02-13 12:01:56 -08:00
2008-06-25 16:05:13 -07:00
2009-04-22 14:49:33 -07:00