commit | cfdfa86536d2fbc8102780ec15faea185e957d3d | [log] [tgz] |
---|---|---|
author | Magnus Damm <magnus.damm@gmail.com> | Fri Feb 22 19:55:05 2008 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Mar 17 07:49:27 2008 -0400 |
tree | 4ec492270e502d912b6cbaebea91d6d2df20f7e8 | |
parent | cf374a855363ea2ad06a1c08fc513024295334cc [diff] |
smc91x: pass along private data V2 Pass a private data pointer to macros and functions. This makes it easy to later on make run time decisions. This patch does not change any logic. These changes should be optimized away during compilation. V2 changes the macro argument name from "priv" to "lp". Signed-off-by: Magnus Damm <damm@igel.co.jp> Acked-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>