Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=330a9c1df63ca5043c468698da0a1853fd6778bb
Commit:     330a9c1df63ca5043c468698da0a1853fd6778bb
Parent:     99fee6d7e5748d96884667a4628118f7fc130ea0
Author:     Haavard Skinnemoen <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 16 11:23:51 2007 +0200
Committer:  Haavard Skinnemoen <[EMAIL PROTECTED]>
CommitDate: Thu Nov 15 13:47:19 2007 +0100

    [AVR32] pcmcia ioaddr_t should be 32 bits on AVR32
    
    Define ioaddr_t as u_int on AVR32 just like on ARM and MIPS.
    
    Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
 include/pcmcia/cs_types.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/pcmcia/cs_types.h b/include/pcmcia/cs_types.h
index c1d1629..5f38803 100644
--- a/include/pcmcia/cs_types.h
+++ b/include/pcmcia/cs_types.h
@@ -21,7 +21,7 @@
 #include <sys/types.h>
 #endif
 
-#if defined(__arm__) || defined(__mips__)
+#if defined(__arm__) || defined(__mips__) || defined(__avr32__)
 /* This (ioaddr_t) is exposed to userspace & hence cannot be changed. */
 typedef u_int   ioaddr_t;
 #else
-
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