Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303085
b: refs/heads/master
c: 7f9851f
h: refs/heads/master
i:
  303083: 783a100
v: v3
  • Loading branch information
Tushar Behera authored and Kukjin Kim committed May 12, 2012
1 parent ced0d7b commit ee3ab9d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 24eec601bd560af2f8ffe175c481cb8bcae3fec4
refs/heads/master: 7f9851fea7108ac6e9709e8127790eb58224c2b9
12 changes: 2 additions & 10 deletions trunk/arch/arm/mach-exynos/dev-ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,16 +236,8 @@ static struct ahci_platform_data exynos4_ahci_pdata = {
};

static struct resource exynos4_ahci_resource[] = {
[0] = {
.start = EXYNOS4_PA_SATA,
.end = EXYNOS4_PA_SATA + SZ_64K - 1,
.flags = IORESOURCE_MEM,
},
[1] = {
.start = EXYNOS4_IRQ_SATA,
.end = EXYNOS4_IRQ_SATA,
.flags = IORESOURCE_IRQ,
},
[0] = DEFINE_RES_MEM(EXYNOS4_PA_SATA, SZ_64K),
[1] = DEFINE_RES_IRQ(EXYNOS4_IRQ_SATA),
};

static u64 exynos4_ahci_dmamask = DMA_BIT_MASK(32);
Expand Down

0 comments on commit ee3ab9d

Please sign in to comment.