From: Paul Gortmaker <paul.gortmaker@windriver.com> To: Hauke Mehrtens <hauke@hauke-m.de> Cc: <linux-kernel@vger.kernel.org>, Boris Brezillon <boris.brezillon@free-electrons.com>, Linus Walleij <linus.walleij@linaro.org>, Alexandre Courbot <gnurou@gmail.com>, <linux-gpio@vger.kernel.org> Subject: Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c Date: Wed, 21 Dec 2016 12:44:45 -0500 [thread overview] Message-ID: <20161221174445.GQ12113@windriver.com> (raw) In-Reply-To: <63347d92-15b6-917c-b9f7-d239faaacdeb@hauke-m.de> [Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c] On 21/12/2016 (Wed 16:19) Hauke Mehrtens wrote: > > > On 12/20/2016 10:18 PM, Paul Gortmaker wrote: > > In commit d47529b2e9fe0ec2eb1f072afad8849f52e385c4 ("gpio: don't > > include module.h in shared driver header") we fixed a bunch of > > implicit includes and then did what the shortlog says -- remove > > module.h from a gpio header. > > > > In parallel, commit 024366750c2e04fdcda8bca685194ef0196b35fe > > ("mtd: nand: xway: convert to normal platform driver") added new > > modular function calls to a file that now became relying on the > > above module.h presence in the gpio header, since it did not > > explicitly include module.h header for them as part of the change. > > > > The problem only appears when the two dev streams are merged. > > > > Since the file is tristate, the fix is obvious -- it needs an > > explicit include of module.h header. > > Hi Paul, > > the xway nand driver does not build as a module, so I made it bool, this > patch: > http://lists.infradead.org/pipermail/linux-mtd/2016-December/070800.html > And then made it use the non module versions here: > http://lists.infradead.org/pipermail/linux-mtd/2016-December/070801.html > > In the beginning I also came up with the same patch as you, but the mtd > people suggested to do it differently. I hope my two patches are on > their way into Linus tree. Yes, if it makes no sense to be modular, then using the non module versions is the way to go. Odd that the kbuild test robot decided to start complaining about it this week... both of the commits I mentioned above have been in linux-next for months. Paul. -- > > Hauke >
next prev parent reply other threads:[~2016-12-21 17:45 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2016-12-20 21:18 Paul Gortmaker 2016-12-21 15:19 ` Hauke Mehrtens 2016-12-21 17:44 ` Paul Gortmaker [this message] 2016-12-22 9:01 ` Boris Brezillon 2016-12-24 17:18 ` Hauke Mehrtens 2016-12-21 23:27 ` kbuild test robot 2016-12-24 17:19 ` Hauke Mehrtens -- strict thread matches above, loose matches on Subject: below -- 2016-12-20 21:16 Paul Gortmaker
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20161221174445.GQ12113@windriver.com \ --to=paul.gortmaker@windriver.com \ --cc=boris.brezillon@free-electrons.com \ --cc=gnurou@gmail.com \ --cc=hauke@hauke-m.de \ --cc=linus.walleij@linaro.org \ --cc=linux-gpio@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --subject='Re: [PATCH] mtd: nand: fix implicit module.h usage in xway_nand.c' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).