Prev: wireless:ath9k Fix ath_print in xmit.c
Next: [PATCH] hugetlb: call mmu notifiers on hugepage cow
From: Daniel Walker on 27 May 2010 18:00 Hi Linus, Here's a couple of simple patches. One fixes a compile failure in certain situations, and the other is just dead code removal. Daniel The following changes since commit 7b52161d14fa8a22a2387f4aa2fb7b854587830d: msm: 7x30 Kconfig and makefile changes (2010-05-13 16:08:55 -0700) are available in the git repository at: git://codeaurora.org/quic/kernel/dwalker/linux-msm.git msm-core Daniel Walker (1): msm: dma: add completion.h header Huang Weiyi (1): arm: msm: remove unused #include <linux/version.h> arch/arm/mach-msm/acpuclock-arm11.c | 1 - arch/arm/mach-msm/clock.c | 1 - arch/arm/mach-msm/dma.c | 1 + 3 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-msm/acpuclock-arm11.c b/arch/arm/mach-msm/acpuclock-arm11.c index af5e85b..6ca42fd 100644 --- a/arch/arm/mach-msm/acpuclock-arm11.c +++ b/arch/arm/mach-msm/acpuclock-arm11.c @@ -17,7 +17,6 @@ * */ -#include <linux/version.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/list.h> diff --git a/arch/arm/mach-msm/clock.c b/arch/arm/mach-msm/clock.c index 9cb1276..c57210f 100644 --- a/arch/arm/mach-msm/clock.c +++ b/arch/arm/mach-msm/clock.c @@ -14,7 +14,6 @@ * */ -#include <linux/version.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/module.h> diff --git a/arch/arm/mach-msm/dma.c b/arch/arm/mach-msm/dma.c index 3d725ae..3db0bfe 100644 --- a/arch/arm/mach-msm/dma.c +++ b/arch/arm/mach-msm/dma.c @@ -17,6 +17,7 @@ #include <linux/err.h> #include <linux/io.h> #include <linux/interrupt.h> +#include <linux/completion.h> #include <mach/dma.h> #define MSM_DMOV_CHANNEL_COUNT 16 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: wireless:ath9k Fix ath_print in xmit.c Next: [PATCH] hugetlb: call mmu notifiers on hugepage cow |