Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327140
b: refs/heads/master
c: db298da
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann committed Sep 14, 2012
1 parent 1766add commit 591b279
Show file tree
Hide file tree
Showing 15 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54ecf4f05637183ffd0ac98f906e45e271030a55
refs/heads/master: db298da2c31e1dcf7c9b7c9cef6217ad3449ebb7
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-nomadik/board-nhk8815.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <plat/gpio-nomadik.h>
#include <plat/mtu.h>

#include <mach/nand.h>
#include <linux/platform_data/mtd-nomadik-nand.h>
#include <mach/fsmc.h>

#include "cpu-8815.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ux500/board-mop500.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include <mach/setup.h>
#include <mach/devices.h>
#include <mach/irqs.h>
#include <mach/crypto-ux500.h>
#include <linux/platform_data/crypto-ux500.h>

#include "ste-dma40-db8500.h"
#include "devices-db8500.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ux500/cpu-db8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <mach/hardware.h>
#include <mach/setup.h>
#include <mach/devices.h>
#include <mach/usb.h>
#include <linux/platform_data/usb-musb-ux500.h>
#include <mach/db8500-regs.h>

#include "devices-db8500.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ux500/devices-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <linux/sys_soc.h>
#include <linux/amba/bus.h>
#include <linux/platform_data/i2c-nomadik.h>
#include <mach/crypto-ux500.h>
#include <linux/platform_data/crypto-ux500.h>

struct spi_master_cntlr;

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ux500/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include <plat/ste_dma40.h>
#include <mach/hardware.h>
#include <mach/usb.h>
#include <linux/platform_data/usb-musb-ux500.h>

#define MUSB_DMA40_RX_CH { \
.mode = STEDMA40_MODE_LOGICAL, \
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/ux500/cryp/cryp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#include <plat/ste_dma40.h>

#include <mach/crypto-ux500.h>
#include <linux/platform_data/crypto-ux500.h>
#include <mach/hardware.h>

#include "cryp_p.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/ux500/hash/hash_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <crypto/scatterwalk.h>
#include <crypto/algapi.h>

#include <mach/crypto-ux500.h>
#include <linux/platform_data/crypto-ux500.h>
#include <mach/hardware.h>

#include "hash_alg.h"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/input/keyboard/nomadik-ske-keypad.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <linux/clk.h>
#include <linux/module.h>

#include <plat/ske.h>
#include <linux/platform_data/keypad-nomadik-ske.h>

/* SKE_CR bits */
#define SKE_KPMLT (0x1 << 6)
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/mtd/nand/nomadik_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include <linux/mtd/partitions.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <mach/nand.h>
#include <linux/platform_data/mtd-nomadik-nand.h>
#include <mach/fsmc.h>

#include <mtd/mtd-abi.h>
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/musb/ux500_dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <linux/dma-mapping.h>
#include <linux/dmaengine.h>
#include <linux/pfn.h>
#include <mach/usb.h>
#include <linux/platform_data/usb-musb-ux500.h>
#include "musb_core.h"

struct ux500_dma_channel {
Expand Down

0 comments on commit 591b279

Please sign in to comment.