Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1680982
| From | Johan Hovold <johan@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] ARM: add missing includes to header files |
| Date | 2017-07-04 15:30 +0200 |
| Message-ID | <tZw3U-il-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add two missing include directives to two header files to avoid compile breakage when the required symbols have not already been defined. The missing SCU include broke compilation of the (not-yet-merged) suspend support for am335x when !CONFIG_HAVE_ARM_SCU for example: https://lkml.kernel.org/r/20170704131441.GH27842@localhost Johan Johan Hovold (2): ARM: scu: add missing errno include ARM: pm: add missing types include arch/arm/include/asm/smp_scu.h | 1 + arch/arm/include/asm/suspend.h | 2 ++ 2 files changed, 3 insertions(+) -- 2.13.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] ARM: add missing includes to header files Johan Hovold <johan@kernel.org> - 2017-07-04 15:30 +0200 Re: [PATCH 0/2] ARM: add missing includes to header files Russell King - ARM Linux <linux@armlinux.org.uk> - 2017-07-06 17:20 +0200
csiph-web