Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-int…
Browse files Browse the repository at this point in the history
…types

* git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-inttypes:
  fix asm-mips/types.h syntax error
  fix asm-alpha/types.h breakage
  • Loading branch information
Linus Torvalds committed May 5, 2008
2 parents 45ea210 + 2961b42 commit f74d505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions include/asm-alpha/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ typedef unsigned int umode_t;

#define BITS_PER_LONG 64

#ifndef __ASSEMBLY__

typedef u64 dma_addr_t;
typedef u64 dma64_addr_t;

#endif /* __ASSEMBLY__ */
#endif /* __KERNEL__ */
#endif /* _ALPHA_TYPES_H */
2 changes: 0 additions & 2 deletions include/asm-mips/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@

typedef unsigned short umode_t;

#endif

#endif /* __ASSEMBLY__ */

/*
Expand Down

0 comments on commit f74d505

Please sign in to comment.