Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1445282 > unrolled thread

linux-next: manual merge of the rtc tree with the tip tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-07-18 10:00 +0200
Last post2016-07-18 10:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: manual merge of the rtc tree with the tip tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-07-18 10:00 +0200

#1445282 — linux-next: manual merge of the rtc tree with the tip tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-07-18 10:00 +0200
Subjectlinux-next: manual merge of the rtc tree with the tip tree
Message-ID<rWbD3-3lv-1@gated-at.bofh.it>
Hi Alexandre,

Today's linux-next merge of the rtc tree got a conflict in:

  arch/x86/platform/efi/efi_64.c

between commit:

  cc3ae7b0af27 ("x86/platform: Audit and remove any unnecessary uses of module.h")

from the tip tree and commit:

  5ab788d73832 ("rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h")

from the rtc tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc arch/x86/platform/efi/efi_64.c
index 04db6fbce96d,663c282801f3..000000000000
--- a/arch/x86/platform/efi/efi_64.c
+++ b/arch/x86/platform/efi/efi_64.c
@@@ -24,7 -24,8 +24,8 @@@
  #include <linux/spinlock.h>
  #include <linux/bootmem.h>
  #include <linux/ioport.h>
 -#include <linux/module.h>
 +#include <linux/init.h>
+ #include <linux/mc146818rtc.h>
  #include <linux/efi.h>
  #include <linux/uaccess.h>
  #include <linux/io.h>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web