Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1730720 > unrolled thread
| Started by | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| First post | 2017-09-12 09:50 +0200 |
| Last post | 2017-09-12 09:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 1/2] pinctrl: sprd: add missing Kconfig dependency Linus Walleij <linus.walleij@linaro.org> - 2017-09-12 09:50 +0200
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2017-09-12 09:50 +0200 |
| Subject | Re: [PATCH 1/2] pinctrl: sprd: add missing Kconfig dependency |
| Message-ID | <uoO7f-6S1-15@gated-at.bofh.it> |
On Tue, Sep 5, 2017 at 9:58 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> The chip-specific driver fails to build when the common
> part is not enabled first:
>
> drivers/pinctrl/sprd/pinctrl-sprd-sc9860.o:(.data+0x8): undefined reference to `sprd_pinctrl_remove'
> drivers/pinctrl/sprd/pinctrl-sprd-sc9860.o:(.data+0x10): undefined reference to `sprd_pinctrl_shutdown'
>
> This adds a Kconfig dependency to ensure this is always
> the case.
>
> Fixes: 41d32cfce1ae ("pinctrl: sprd: Add Spreadtrum pin control driver")
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
I got a fix for this and the other problem from Randy Dunlap already.
Thanks anyway!
Yours,
Linus Walleij
Back to top | Article view | linux.kernel
csiph-web