Skip to content

Commit

Permalink
mailbox: rename pl320-ipc specific mailbox.h
Browse files Browse the repository at this point in the history
The patch 3005867 "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>
  • Loading branch information
sumananna authored and JassiBrar committed Oct 8, 2014
1 parent 9a50aae commit f2fc42b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-highbank/highbank.c
Expand Up @@ -20,7 +20,7 @@
#include <linux/input.h>
#include <linux/io.h>
#include <linux/irqchip.h>
#include <linux/mailbox.h>
#include <linux/pl320-ipc.h>
#include <linux/of.h>
#include <linux/of_irq.h>
#include <linux/of_platform.h>
Expand Down
2 changes: 1 addition & 1 deletion drivers/cpufreq/highbank-cpufreq.c
Expand Up @@ -19,7 +19,7 @@
#include <linux/cpu.h>
#include <linux/err.h>
#include <linux/of.h>
#include <linux/mailbox.h>
#include <linux/pl320-ipc.h>
#include <linux/platform_device.h>

#define HB_CPUFREQ_CHANGE_NOTE 0x80000001
Expand Down
2 changes: 1 addition & 1 deletion drivers/mailbox/pl320-ipc.c
Expand Up @@ -26,7 +26,7 @@
#include <linux/device.h>
#include <linux/amba/bus.h>

#include <linux/mailbox.h>
#include <linux/pl320-ipc.h>

#define IPCMxSOURCE(m) ((m) * 0x40)
#define IPCMxDSET(m) (((m) * 0x40) + 0x004)
Expand Down
File renamed without changes.

0 comments on commit f2fc42b

Please sign in to comment.