Re: [git-pull -tip V2] fix compilation warnings

From: Ingo Molnar
Date: Wed Feb 11 2009 - 15:06:27 EST



* Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx> wrote:

> The following changes since commit 5765fcf36081bafa06b9553376bd99ceb629beb8:
> Ingo Molnar (1):
> Merge branch 'linus'
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6-tipclean.git master
>
> Jaswinder Singh Rajput (7):
> x86: mm/init_32.c fix compilation warning
> x86: kernel/mpparse.c fix compilation warnings
> drm_proc.c fix compilation warning
> falcon fix compilation warnings
> iscsi_ibft.c fix compilation warning
> ne3210.c fix compilation warning for phys_addr_t
> arlan-main.c fix compilation warnings for phys_addr_t
>
> arch/x86/kernel/mpparse.c | 6 +++---
> arch/x86/mm/init_32.c | 2 +-
> drivers/firmware/iscsi_ibft.c | 4 ++--
> drivers/gpu/drm/drm_proc.c | 4 ++--
> drivers/net/ne3210.c | 3 ++-
> drivers/net/sfc/falcon.c | 24 ++++++++++++------------
> drivers/net/wireless/arlan-main.c | 4 ++--
> 7 files changed, 24 insertions(+), 23 deletions(-)

Pulled, thanks Jaswinder.

For those wondering about how these files can be affected by the x86 tree,
it's fallout of:

976e8f6: x86: asm/io.h: unify virt_to_phys/phys_to_virt

Which standardized the return type of virt_to_phys() to phys_addr_t, and
caused these build warnings.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/