Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339759
b: refs/heads/master
c: 1e66210
h: refs/heads/master
i:
  339757: a3e82b7
  339755: 1801a7c
  339751: ebbbd83
  339743: c50e567
v: v3
  • Loading branch information
Shawn Guo committed Oct 15, 2012
1 parent 193ea83 commit 7836aff
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 26 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: 50f2de61269bbe2f40bead1969a9594fa8599b93
refs/heads/master: 1e66210a3135b544713a9455e78e36f6f8d1bf77
1 change: 0 additions & 1 deletion trunk/arch/arm/mach-imx/avic.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <linux/of.h>
#include <asm/mach/irq.h>
#include <asm/exception.h>
#include <mach/irqs.h>

#include "common.h"
#include "hardware.h"
Expand Down
21 changes: 0 additions & 21 deletions trunk/arch/arm/mach-imx/include/mach/irqs.h

This file was deleted.

3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-imx/irq-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
#ifndef __PLAT_MXC_IRQ_COMMON_H__
#define __PLAT_MXC_IRQ_COMMON_H__

/* all normal IRQs can be FIQs */
#define FIQ_START 0

struct mxc_extra_irq
{
int (*set_priority)(unsigned char irq, unsigned char prio);
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-imx/tzic.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include <asm/mach/irq.h>
#include <asm/exception.h>

#include <mach/irqs.h>

#include "common.h"
#include "hardware.h"
#include "irq-common.h"
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/platform_data/asoc-imx-ssi.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ struct imx_ssi_platform_data {
void (*ac97_warm_reset)(struct snd_ac97 *ac97);
};

extern int mxc_set_irq_fiq(unsigned int irq, unsigned int type);

#endif /* __MACH_SSI_H */

1 change: 0 additions & 1 deletion trunk/sound/soc/fsl/imx-pcm-fiq.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

#include <asm/fiq.h>

#include <mach/irqs.h>
#include <linux/platform_data/asoc-imx-ssi.h>

#include "imx-ssi.h"
Expand Down

0 comments on commit 7836aff

Please sign in to comment.