diff -r 0f39e1e7b288 -r d70aad2f131f devices/ccat/update.h --- 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);