Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272494
b: refs/heads/master
c: 654a60e
h: refs/heads/master
v: v3
  • Loading branch information
Eric Miao committed Oct 8, 2011
1 parent 7859ff9 commit 1134d18
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 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: 0c82cc5d726a9d0a96220dc77a073927086e3852
refs/heads/master: 654a60e0b4ae8a89f96513d2f02b136e1a6bc509
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-pxa/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif
obj-$(CONFIG_PXA25x) += mfp-pxa2xx.o clock-pxa2xx.o pxa2xx.o pxa25x.o
obj-$(CONFIG_PXA27x) += mfp-pxa2xx.o clock-pxa2xx.o pxa2xx.o pxa27x.o
obj-$(CONFIG_PXA3xx) += mfp-pxa3xx.o clock-pxa3xx.o pxa3xx.o smemc.o pxa3xx-ulpi.o
obj-$(CONFIG_PXA95x) += mfp-pxa3xx.o clock-pxa3xx.o pxa95x.o smemc.o
obj-$(CONFIG_PXA95x) += mfp-pxa3xx.o clock-pxa3xx.o pxa3xx.o pxa95x.o smemc.o
obj-$(CONFIG_CPU_PXA300) += pxa300.o
obj-$(CONFIG_CPU_PXA320) += pxa320.o
obj-$(CONFIG_CPU_PXA930) += pxa930.o
Expand Down
7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-pxa/include/mach/pxa95x.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef __MACH_PXA95X_H
#define __MACH_PXA95X_H

#include <mach/pxa3xx.h>
#include <mach/mfp-pxa930.h>

#endif /* __MACH_PXA95X_H */
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-pxa/saarb.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@

#include <mach/irqs.h>
#include <mach/hardware.h>
#include <mach/mfp.h>
#include <mach/mfp-pxa930.h>
#include <mach/gpio.h>
#include <mach/pxa95x.h>

#include "generic.h"

Expand Down

0 comments on commit 1134d18

Please sign in to comment.