RE: linux-next: Tree for September 3 (ar6k)

From: Vipin Mehta
Date: Fri Sep 03 2010 - 22:02:50 EST


Apologies for the inconvenience. I synced to the linux-next tree and looked into the drivers/staging/ath6kl directory. I was able to compile the driver without any issues.

One of the reasons this might happen is if the following symbolic link is broken.

drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw

The link should point to drivers/staging/ath6kl/include/common/AR6002/hw2.0/hw.0

Can you pls send me the output of
ls -al drivers/staging/ath6kl/include/common/AR6002/hw2.0/

or if someone can help with the steps to reproduce the problem.

Regards,
Vipin

> -----Original Message-----
> From: Randy Dunlap [mailto:randy.dunlap@xxxxxxxxxx]
> Sent: Friday, September 03, 2010 6:06 PM
> To: Stephen Rothwell; gregkh@xxxxxxx
> Cc: linux-next@xxxxxxxxxxxxxxx; LKML; Vipin Mehta
> Subject: Re: linux-next: Tree for September 3 (ar6k)
>
> On Fri, 3 Sep 2010 13:52:06 +1000 Stephen Rothwell wrote:
>
> > Hi all,
> >
> > Changes since 20100902:
>
>
> drivers/staging/ath6kl/htc2/AR6000/ar6k.c:29:43: error:
> AR6002/hw2.0/hw/mbox_host_reg.h: No such file or directory
>
> which leads to lots of these (this is just a sample):
>
> drivers/staging/ath6kl/htc2/AR6000/ar6k.c:227: error: implicit declaration
> of function 'INT_STATUS_ENABLE_ERROR_SET'
> drivers/staging/ath6kl/htc2/AR6000/ar6k.c:228: error: implicit declaration
> of function 'INT_STATUS_ENABLE_CPU_SET'
> drivers/staging/ath6kl/htc2/AR6000/ar6k.c:229: error: implicit declaration
> of function 'INT_STATUS_ENABLE_COUNTER_SET'
> drivers/staging/ath6kl/htc2/AR6000/ar6k.c:232: error: implicit declaration
> of function 'INT_STATUS_ENABLE_MBOX_DATA_SET'
> drivers/staging/ath6kl/htc2/AR6000/ar6k.c:245: error: implicit declaration
> of function 'CPU_INT_STATUS_ENABLE_BIT_SET'
> drivers/staging/ath6kl/htc2/AR6000/ar6k.c:249: error: implicit declaration
> of function 'ERROR_STATUS_ENABLE_RX_UNDERFLOW_SET'
> drivers/staging/ath6kl/htc2/AR6000/ar6k.c:250: error: implicit declaration
> of function 'ERROR_STATUS_ENABLE_TX_OVERFLOW_SET'
> drivers/staging/ath6kl/htc2/AR6000/ar6k.c:254: error: implicit declaration
> of function 'COUNTER_INT_STATUS_ENABLE_BIT_SET'
> drivers/staging/ath6kl/htc2/AR6000/ar6k.c:263: error:
> 'INT_STATUS_ENABLE_ADDRESS' undeclared (first use in this function)
> drivers/staging/ath6kl/htc2/AR6000/ar6k.c:296: error:
> 'INT_STATUS_ENABLE_ADDRESS' undeclared (first use in this function)
>
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code
> ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/