Re: [PATCH net] net/bonding: Make DRV macros private

2015-04-26 Thread David Miller
From: Or Gerlitz Date: Sun, 26 Apr 2015 15:55:57 +0300 > From: Matan Barak > > The bonding modules currently defines four macros with > general names that pollute the global namespace: > DRV_VERSION > DRV_RELDATE > DRV_NAME > DRV_DESCRIPTION > > Fixing that by defining a private bonding_priv.h

[PATCH net] net/bonding: Make DRV macros private

2015-04-26 Thread Or Gerlitz
From: Matan Barak The bonding modules currently defines four macros with general names that pollute the global namespace: DRV_VERSION DRV_RELDATE DRV_NAME DRV_DESCRIPTION Fixing that by defining a private bonding_priv.h header files which includes those defines. Signed-off-by: Matan Barak Sign