devices/ccat/update.h
branchstable-1.5
changeset 2567 d70aad2f131f
parent 2550 7e25950ea941
--- a/devices/ccat/update.h	Tue May 06 17:32:10 2014 +0200
+++ b/devices/ccat/update.h	Thu Jun 05 16:07:52 2014 +0200
@@ -20,7 +20,7 @@
 
 #ifndef _UPDATE_H_
 #define _UPDATE_H_
-extern uint8_t ccat_get_prom_id(void __iomem * const ioaddr);
+extern u8 ccat_get_prom_id(void __iomem * const ioaddr);
 extern struct ccat_update *ccat_update_init(const struct ccat_device *ccatdev,
 					    void __iomem * addr);
 extern void ccat_update_remove(struct ccat_update *update);