]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-blackfin/uaccess.h
rtc: use the IRQ callback interface in (old) RTC driver
[linux-2.6-omap-h63xx.git] / include / asm-blackfin / uaccess.h
index 2233f8f9314d9db893c14c6fec0df747efe2af2b..22a410b8003b78954f972523e98d341d30eefa27 100644 (file)
@@ -31,7 +31,7 @@ static inline void set_fs(mm_segment_t fs)
 #define VERIFY_READ    0
 #define VERIFY_WRITE   1
 
-#define access_ok(type,addr,size) _access_ok((unsigned long)(addr),(size))
+#define access_ok(type, addr, size) _access_ok((unsigned long)(addr), (size))
 
 static inline int is_in_rom(unsigned long addr)
 {