2013-03-08 15:12:44

by nick

[permalink] [raw]
Subject: RE: ath6kl build error.

In fact, it is !
In drivers/include_local/linux/compat-2.6.34.h .

I see this:

#define sdio_set_host_pm_flags(a, b) 0

That's causing my compiler problem.


Regards

Nick




> Message Received: Mar 08 2013, 03:08 PM
> From: [email protected]
> To: [email protected]
> Cc:
> Subject: RE: ath6kl build error.
>
> The problem appears to be that sdio_set_host_pm_flags is already defined somewhere else.

Regards

Nick
> Message Received: Mar 08 2013, 11:25 AM
> From: [email protected]
> To: [email protected]
> Cc:
> Subject: ath6kl build error.
>
>
> Hi,
>
> I'm getting a build error when building ath6kl modules.
>
> include/linux/mmc/sdio_func.h:162:12: error: expected identifier or '(' before numeric constant
>
> the line it's complaining about is like this:
>
> extern int sdio_set_host_pm_flags(struct sdio_func *func, mmc_pm_flag_t flags);
>
>
> A bit of googling has shown that others have seen the same problem too.
> But, I've not seen a fix for it.
>
> Any ideas appreciated.
>
>
> Regards
>
> Nick Thomas
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>