Skip to content

Commit

Permalink
Merge branch 'next' into v3.1-rc4
Browse files Browse the repository at this point in the history
Fixed trivial conflicts  in  drivers/dma/amba-pl08x.c

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Vinod Koul authored and Vinod Koul committed Sep 2, 2011
2 parents c6a389f + 7b4b88e commit 8516f52
Show file tree
Hide file tree
Showing 9 changed files with 447 additions and 327 deletions.
4 changes: 4 additions & 0 deletions arch/arm/include/asm/hardware/pl080.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
* OneNAND features.
*/

#ifndef ASM_PL080_H
#define ASM_PL080_H

#define PL080_INT_STATUS (0x00)
#define PL080_TC_STATUS (0x04)
#define PL080_TC_CLEAR (0x08)
Expand Down Expand Up @@ -138,3 +141,4 @@ struct pl080s_lli {
u32 control1;
};

#endif /* ASM_PL080_H */
Loading

0 comments on commit 8516f52

Please sign in to comment.