Skip to content

Commit

Permalink
sh: Trivial fix for hp6xx build.
Browse files Browse the repository at this point in the history
The IRQ3 define was removed when asm-sh/irq.h was cleaned up,
this updates the hp6xx header to use the IRQ number directly.

Signed-off-by: Kristoffer Ericson <kristoffer_e1@hotmail.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Kristoffer Ericson authored and Paul Mundt committed Mar 28, 2007
1 parent 310f796 commit b863f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/asm-sh/hp6xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
*
*/

#define HP680_BTN_IRQ IRQ0_IRQ
#define HP680_TS_IRQ IRQ3_IRQ
#define HP680_HD64461_IRQ IRQ4_IRQ
#define HP680_BTN_IRQ 32 /* IRQ0_IRQ */
#define HP680_TS_IRQ 35 /* IRQ3_IRQ */
#define HP680_HD64461_IRQ 36 /* IRQ4_IRQ */

#define DAC_LCD_BRIGHTNESS 0
#define DAC_SPEAKER_VOLUME 1
Expand Down

0 comments on commit b863f46

Please sign in to comment.