Sujith írta: > Gabor Juhos wrote: >> +#ifndef _LINUX_ATH9K_PLATFORM_H >> +#define _LINUX_ATH9L_PLATFORM_H > > Typo ? Oops, yes. > Also, after addressing Christopher's comments, I don't think too many > bus specific routines would remain. In that case would it be reasonable > to just have a single file (bus.c, with appropriate ifdefs), instead > of pci.c and ahb.c ? We will have 3 of them actually (read_cachesize, read_eeprom, cleanup), but here is the whole {pci,platform}_driver specific stuff. Of course we can move all of this into one file, but i would like to avoid the unnecessary ifdefs where it is possible. Apart from this, if we will put the PCI and AHB stuff into one file, we could put it into main.c simply. -Gabor -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html