Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mailbox: rename pl320-ipc specific mailbox.h

The patch 30058677 "ARM / highbank: add support for pl320 IPC"
added a pl320 IPC specific header file as a generic mailbox.h.
This file has been renamed appropriately to allow the
introduction of the generic mailbox API framework.

Acked-by: Mark Langsdorf <mark.langsdorf@calxeda.com>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Reviewed-by: Mark Brown <broonie@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>

authored by

Suman Anna and committed by
Jassi Brar
f2fc42b6 9a50aaef

+3 -3
+1 -1
arch/arm/mach-highbank/highbank.c
··· 20 20 #include <linux/input.h> 21 21 #include <linux/io.h> 22 22 #include <linux/irqchip.h> 23 - #include <linux/mailbox.h> 23 + #include <linux/pl320-ipc.h> 24 24 #include <linux/of.h> 25 25 #include <linux/of_irq.h> 26 26 #include <linux/of_platform.h>
+1 -1
drivers/cpufreq/highbank-cpufreq.c
··· 19 19 #include <linux/cpu.h> 20 20 #include <linux/err.h> 21 21 #include <linux/of.h> 22 - #include <linux/mailbox.h> 22 + #include <linux/pl320-ipc.h> 23 23 #include <linux/platform_device.h> 24 24 25 25 #define HB_CPUFREQ_CHANGE_NOTE 0x80000001
+1 -1
drivers/mailbox/pl320-ipc.c
··· 26 26 #include <linux/device.h> 27 27 #include <linux/amba/bus.h> 28 28 29 - #include <linux/mailbox.h> 29 + #include <linux/pl320-ipc.h> 30 30 31 31 #define IPCMxSOURCE(m) ((m) * 0x40) 32 32 #define IPCMxDSET(m) (((m) * 0x40) + 0x004)
include/linux/mailbox.h include/linux/pl320-ipc.h