]> git.baikalelectronics.ru Git - kernel.git/commit
DM9000: Add __devinit and __devexit attributes to probe and remove
authorEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Thu, 8 May 2008 10:33:03 +0000 (11:33 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 13 May 2008 05:31:45 +0000 (01:31 -0400)
commitd6d388dcdc881eaea17425ce6dd0cc461c5ae123
tree4900a4912d1db17f6529ebf98c742cba836d7af2
parent5984ec4305beeb9e8c4bd40dcd71ff43e605b4b6
DM9000: Add __devinit and __devexit attributes to probe and remove

There were missing __dev* annotations for the dm9000_probe()
and dm9000_drv_remove() functions.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/dm9000.c