Skip to content

Commit

Permalink
ARM: SAMSUNG: cleanup mach/regs-audss.h file
Browse files Browse the repository at this point in the history
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Kukjin Kim committed Jan 10, 2013
1 parent ccd458c commit 6ccb2ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 38 deletions.
3 changes: 2 additions & 1 deletion arch/arm/mach-exynos/dev-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
#include <mach/map.h>
#include <mach/dma.h>
#include <mach/irqs.h>
#include <mach/regs-audss.h>

#define EXYNOS4_AUDSS_INT_MEM (0x03000000)

static int exynos4_cfg_i2s(struct platform_device *pdev)
{
Expand Down
18 changes: 0 additions & 18 deletions arch/arm/mach-exynos/include/mach/regs-audss.h

This file was deleted.

3 changes: 2 additions & 1 deletion arch/arm/mach-s5pv210/dev-audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
#include <mach/map.h>
#include <mach/dma.h>
#include <mach/irqs.h>
#include <mach/regs-audss.h>

#define S5PV210_AUDSS_INT_MEM (0xC0000000)

static int s5pv210_cfg_i2s(struct platform_device *pdev)
{
Expand Down
18 changes: 0 additions & 18 deletions arch/arm/mach-s5pv210/include/mach/regs-audss.h

This file was deleted.

0 comments on commit 6ccb2ae

Please sign in to comment.