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

Commit eba52748 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Linus Walleij
Browse files

ARM: ux500: make irqs.h local to platform



With the PRCMU out of the way, nothing outside of mach-ux500
uses mach/irqs.h any more, so we can make it a local header file,
including the two sub-headers.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 174e7796
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
#include <linux/platform_data/dma-ste-dma40.h>

#include <mach/devices.h>
#include <mach/irqs.h>
#include "irqs.h"
#include <linux/platform_data/asoc-ux500-msp.h>

#include "ste-dma40-db8500.h"
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
#include <linux/mfd/tc3589x.h>
#include <linux/input/matrix_keypad.h>

#include <mach/irqs.h>
#include "irqs.h"

#include "board-mop500.h"

+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@

#include <mach/setup.h>
#include <mach/devices.h>
#include <mach/irqs.h>
#include "irqs.h"
#include <linux/platform_data/crypto-ux500.h>

#include "ste-dma40-db8500.h"
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#define __BOARD_MOP500_H

/* For NOMADIK_NR_GPIO */
#include <mach/irqs.h>
#include "irqs.h"
#include <linux/platform_data/asoc-ux500-msp.h>
#include <linux/amba/mmci.h>

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

#include <mach/setup.h>
#include <mach/devices.h>
#include <mach/irqs.h>
#include "irqs.h"

#include "devices-db8500.h"
#include "ste-dma40-db8500.h"
Loading