On Sat, Mar 16, 2002 at 02:06:19AM +0100, Anders Gustafsson wrote:
> drivers/usb/pegasus.h and drivers/usb/CDCEther.h defines private
> ALIGN-macros which collides with the macro in
> include/linux/cache.h. This patch renames the private macros to
> avoid this.

Why not just use the proper __attribute__((aligned(L1_CACHE_BYTES)))
statement within the structures, or use the L1_CACHE_ALIGN macro which
is defined in cache.h?

thanks,

greg k-h

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to