[PATCH] staging: ath6kl: Including a header file to fix a compilation error

Greg KH greg at kroah.com
Fri Sep 17 00:14:36 UTC 2010


On Thu, Sep 16, 2010 at 05:08:07PM -0700, Vipin Mehta wrote:
> The commit fixes a compilation error that was encountered while using a specific kernel configuration file. The problem was the use of some fuunctions defined in <linux/semaphore.h> without including the header file explicitly. It was probably working before because of the dependency getting implicitly satisfied via some other header file. Also, eliminating the inclusion of the same header file more than once. The code needs additional cleanup and may be addressed by a subsequent commit.

Um, please wrap your lines at 72 columns.

> 
> Signed-off-by: Vipin Mehta <vmehta at atheros.com>

Did you forget to report who pointed out the problem to you?  That needs
to go in a:
	Reported-by: Foo <foo at baz.org>
line.

Care to redo this?

thanks,

greg k-h



More information about the devel mailing list