2011-05-19 20:34:55

by Luis R. Rodriguez

[permalink] [raw]
Subject: Re: PROBLEM: No config definition for ATHEROS_AR71XX

On Thu, May 19, 2011 at 08:03:54AM -0700, Sarah Nadi wrote:
> #ifdef CONFIG_ATHEROS_AR71XX
> int ath_ahb_init(void);
> void ath_ahb_exit(void);
> #else
> static inline int ath_ahb_init(void) { return 0; };
> static inline void ath_ahb_exit(void) {};
> #endif

This was present in openwrt tree, Gabor has started moving
this stuff upstream, and recently removed the ifdef stuff
anyway IIRC.

Luis