Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c2f4d36640947ddd13af7a2c36d197eb9fe5280a
Commit:     c2f4d36640947ddd13af7a2c36d197eb9fe5280a
Parent:     b770d6b9b726932a74126311fa163ebf379631d8
Author:     Kristoffer Ericson <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 11 18:41:49 2008 +0100
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Thu Feb 14 14:22:11 2008 +0900

    sh: Tidy include/asm-sh/hp6xx.h
    
    This patch removes defunct. led support functions from hp6xx.h since they 
are now
    added in a proper driver (see commit below). Also adds tabs instead of 
spaces before comments.
    
    *commit d39a7a63eb3971b1b3cc5c181ed526bf437b1c72
    
    Signed-off-by: Kristoffer Ericson <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 include/asm-sh/hp6xx.h |   28 +++-------------------------
 1 files changed, 3 insertions(+), 25 deletions(-)

diff --git a/include/asm-sh/hp6xx.h b/include/asm-sh/hp6xx.h
index 53ca564..0d4165a 100644
--- a/include/asm-sh/hp6xx.h
+++ b/include/asm-sh/hp6xx.h
@@ -10,9 +10,9 @@
  *
  */
 
-#define HP680_BTN_IRQ          32            /* IRQ0_IRQ */
-#define HP680_TS_IRQ           35            /* IRQ3_IRQ */
-#define HP680_HD64461_IRQ      36            /* 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
@@ -55,26 +55,4 @@
 #define PJDR   0xa4000130
 #define PKDR   0xa4000132
 
-static inline void hp6xx_led_red(int on)
-{
-       u16 v16;
-       v16 = ctrl_inw(CONFIG_HD64461_IOBASE + HD64461_GPBDR - 0x10000);
-       if (on)
-           ctrl_outw(v16 & (~HD64461_GPBDR_LED_RED), CONFIG_HD64461_IOBASE + 
HD64461_GPBDR - 0x10000);
-       else
-           ctrl_outw(v16 | HD64461_GPBDR_LED_RED, CONFIG_HD64461_IOBASE + 
HD64461_GPBDR - 0x10000);
-}
-
-static inline void hp6xx_led_green(int on)
-{
-       u8 v8;
-
-       v8 = ctrl_inb(PKDR);
-       if (on)
-           ctrl_outb(v8 & (~PKDR_LED_GREEN), PKDR);
-       else
-           ctrl_outb(v8 | PKDR_LED_GREEN, PKDR);
-}
-
-
 #endif /* __ASM_SH_HP6XX_H */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to