Skip to content

Commit

Permalink
mailbox: arm_mhu: reorder header inclusion and drop unneeded ones
Browse files Browse the repository at this point in the history
This patch just re-orders some of the headers includes and also drop
the ones that are unnecessary.

Signed-off-by: Sudeep Holla <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>
  • Loading branch information
sudeep-holla authored and JassiBrar committed Jul 11, 2019
1 parent dba9a3d commit 06c182c
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions drivers/mailbox/arm_mhu.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@
* Author: Jassi Brar <[email protected]>
*/

#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
Expand Down

0 comments on commit 06c182c

Please sign in to comment.