Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b863f46e authored by Kristoffer Ericson's avatar Kristoffer Ericson Committed by Paul Mundt
Browse files

sh: Trivial fix for hp6xx build.



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: default avatarKristoffer Ericson <kristoffer_e1@hotmail.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 310f7963
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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