]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/dm9000.c
DM9000: Remove DEFAULT_TRIGGER for request_irq() flags.
authorBen Dooks <ben-linux@fluff.org>
Tue, 24 Jun 2008 21:16:07 +0000 (22:16 +0100)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 25 Jun 2008 02:58:36 +0000 (22:58 -0400)
commit6ff4ff06d2b6e4cfd4767ef03675cd3c7c70eaa0
treec4250df109721216ca52d1e701a02c67b7932e21
parent485ca22a10b3d3a4d156e170a541b8c3a5144f8c
DM9000: Remove DEFAULT_TRIGGER for request_irq() flags.

Currently all but one user (AT91SAM9261EK) of the dm9000
driver passes their IRQ flags through the resources attached
to the platform device. This means we can remove the use
of DEFAULT_TRIGGER as the blackfin machines all seem to
have their triggers set properly.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/dm9000.c