mbox series

[GIT,PULL,RESEND] ARM: at91: SoC for 5.3

Message ID 20190621212019.GA29971@piout.net (mailing list archive)
State Queued, archived
Commit 95701b1c3c8fe36368361394e3950094eece4723
Headers show
Series [GIT,PULL,RESEND] ARM: at91: SoC for 5.3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.3-soc

Message

Alexandre Belloni June 21, 2019, 9:20 p.m. UTC
Arnd, Olof,

A single fix for a warning when compiling with W=1

Please disregard the previous one, it doesn't point ot the correct
repository.

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.3-soc

for you to fetch changes up to 95701b1c3c8fe36368361394e3950094eece4723:

  arm: add missing include platform-data/atmel.h (2019-06-20 12:15:47 +0200)

----------------------------------------------------------------
AT91 SoC for 5.3

 - fix a pm.c warning with W=1

----------------------------------------------------------------
Philippe Mazenauer (1):
      arm: add missing include platform-data/atmel.h

 arch/arm/mach-at91/pm.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Olof Johansson June 25, 2019, 12:51 p.m. UTC | #1
On Fri, Jun 21, 2019 at 11:20:19PM +0200, Alexandre Belloni wrote:
> Arnd, Olof,
> 
> A single fix for a warning when compiling with W=1
> 
> Please disregard the previous one, it doesn't point ot the correct
> repository.
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux tags/at91-5.3-soc
> 
> for you to fetch changes up to 95701b1c3c8fe36368361394e3950094eece4723:
> 
>   arm: add missing include platform-data/atmel.h (2019-06-20 12:15:47 +0200)

No worries, but ideally please do the resend as a reply to the original so they
thread together. In this case, nothing had come inbetween so I noticed it in
time. :-)

Merged, thanks!


-Olof