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:
  types: s390: fix #ifdef reversal in <asm-s390/types.h>
  • Loading branch information
Linus Torvalds committed May 12, 2008
2 parents 8d97b84 + 2ccdcfe commit 2b753a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/asm-s390/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#define _S390_TYPES_H

#ifndef __s390x__
# include <asm-generic/int-l64.h>
#else
# include <asm-generic/int-ll64.h>
#else
# include <asm-generic/int-l64.h>
#endif

#ifndef __ASSEMBLY__
Expand Down

0 comments on commit 2b753a1

Please sign in to comment.