diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-10-05 14:15:46 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-10-05 14:15:46 +0000 |
commit | 961a7ea9c693f0f6cecc12dcac74d2e182c359d6 (patch) | |
tree | dc998c9ffafe98c65fad171c471c5b4863172a03 /package/broadcom-diag | |
parent | 9cf7ac119960321d8284071f5c193004291d5622 (diff) | |
download | upstream-961a7ea9c693f0f6cecc12dcac74d2e182c359d6.tar.gz upstream-961a7ea9c693f0f6cecc12dcac74d2e182c359d6.tar.bz2 upstream-961a7ea9c693f0f6cecc12dcac74d2e182c359d6.zip |
Toto, we don't support Linux 2.4 anymore..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23245 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/broadcom-diag')
-rw-r--r-- | package/broadcom-diag/src/diag.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/broadcom-diag/src/diag.h b/package/broadcom-diag/src/diag.h index eae5872e75..698c376519 100644 --- a/package/broadcom-diag/src/diag.h +++ b/package/broadcom-diag/src/diag.h @@ -95,13 +95,8 @@ static struct platform_t platform; static void register_buttons(struct button_t *b); static void unregister_buttons(struct button_t *b); -#ifndef LINUX_2_4 static void hotplug_button(struct work_struct *work); static irqreturn_t button_handler(int irq, void *dev_id); -#else -static void hotplug_button(struct event_t *event); -static irqreturn_t button_handler(int irq, void *dev_id, struct pt_regs *regs); -#endif /* leds */ |