[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] Error when compiling drivers/md/dm-bufio.c
- From: Alasdair G Kergon <agk redhat com>
- To: Witold Baryluk <baryluk smp if uj edu pl>
- Cc: linux-raid vger kernel org, dm-devel redhat com, Linus Torvalds <torvalds linux-foundation org>, Mikulas Patocka <mpatocka redhat com>
- Subject: Re: [dm-devel] Error when compiling drivers/md/dm-bufio.c
- Date: Mon, 7 Nov 2011 13:46:01 +0000
On Mon, Nov 07, 2011 at 09:22:31AM +0100, Witold Baryluk wrote:
> I just got error on todays Linus' tree
> CC [M] drivers/md/dm-bufio.o
> drivers/md/dm-bufio.c:988:1: warning: type defaults to ‘int’ in declaration of ‘EXPORT_SYMBOL_GPL’ [-Wimplicit-int]
Probably related to this merge:
commit 32aaeffbd4a7457bf2f7448b33b5946ff2a960eb
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/ker
Previously module.h was included via another header file.
Now, bufio.c needs an explicit
#include <linux/module.h>
Alasdair
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]