Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 06c182c3 authored by Sudeep Holla's avatar Sudeep Holla Committed by Jassi Brar
Browse files

mailbox: arm_mhu: reorder header inclusion and drop unneeded ones



This patch just re-orders some of the headers includes and also drop
the ones that are unnecessary.

Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: default avatarJassi Brar <jaswinder.singh@linaro.org>
parent dba9a3df
Loading
Loading
Loading
Loading
+4 −7
Original line number Diff line number Diff line
@@ -5,16 +5,13 @@
 * Author: Jassi Brar <jaswinder.singh@linaro.org>
 */

#include <linux/interrupt.h>
#include <linux/spinlock.h>
#include <linux/mutex.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/amba/bus.h>
#include <linux/device.h>
#include <linux/err.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/amba/bus.h>
#include <linux/mailbox_controller.h>
#include <linux/module.h>

#define INTR_STAT_OFS	0x0
#define INTR_SET_OFS	0x8