Re: Discourage duplicate symbols in the kernel? [Was: Intel I/O Acc...]

2006-03-06 Thread Chris Leech
On 3/5/06, Andrew Morton [EMAIL PROTECTED] wrote: Sam Ravnborg [EMAIL PROTECTED] wrote: On Sun, Mar 05, 2006 at 12:09:33AM -0800, Andrew Morton wrote: + +static inline u8 read_reg8(struct cb_device *device, unsigned int offset) +{ +return readb(device-reg_base +

Discourage duplicate symbols in the kernel? [Was: Intel I/O Acc...]

2006-03-05 Thread Sam Ravnborg
On Sun, Mar 05, 2006 at 12:09:33AM -0800, Andrew Morton wrote: + +static inline u8 read_reg8(struct cb_device *device, unsigned int offset) +{ + return readb(device-reg_base + offset); +} These are fairly generic-sounding names. In fact the as-yet-unmerged tiacx wireless driver is