aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorAlex Chiang <[email protected]>2009-05-26 20:50:12 -0700
committerDavid S. Miller <[email protected]>2009-05-26 20:50:12 -0700
commit5ad18900355743757e7f415bcb850ea8406a13e2 (patch)
tree81cfc6cb21f493351d346dc21a79dea7b974d641 /net/lapb/lapb_subr.c
parent18a36c1a398055e87a3646738abf3c1b0e98e7e2 (diff)
atlx: move modinfo data from atlx.h to atl1.c
Both atl1.c and atl2.c include atlx.h, which defines some modinfo stuff. But atl2.c seems like it doesn't want the modinfo data from atlx.h, as it defines its own. Running modinfo on atl2.ko, we get conflicting information: $ /sbin/modinfo drivers/net/atlx/atl2.ko | egrep "version|description|author" version: 2.2.3 description: Atheros Fast Ethernet Network Driver author: Atheros Corporation <[email protected]>, Chris Snook <[email protected]> version: 2.1.3 author: Xiong Huang <[email protected]>, Chris Snook <[email protected]>, Jay Cliburn <[email protected]> Move the modinfo data out of atlx.h and into atl1.c to eliminate the confusion: $ /sbin/modinfo drivers/net/atlx/atl1.ko | egrep "version|description|author" version: 2.1.3 author: Xiong Huang <[email protected]>, Chris Snook <[email protected]>, Jay Cliburn <[email protected]> description: Atheros L1 Gigabit Ethernet Driver $ /sbin/modinfo drivers/net/atlx/atl2.ko | egrep "version|description|author" version: 2.2.3 description: Atheros Fast Ethernet Network Driver author: Atheros Corporation <[email protected]>, Chris Snook <[email protected]> Reported-by: Scott Scriven <[email protected]> Signed-off-by: Alex Chiang <[email protected]> Acked-by: Jay Cliburn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions