Skip to content

Commit

Permalink
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/g…
Browse files Browse the repository at this point in the history
…it/aegl/linux-2.6

* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
  [IA64] move fnptr definition inside #ifdef __KERNEL__
  • Loading branch information
torvalds committed Jan 8, 2010
2 parents 0446e9d + a651d80 commit d86527d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions arch/ia64/include/asm/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@

typedef unsigned int umode_t;

struct fnptr {
unsigned long ip;
unsigned long gp;
};

/*
* These aren't exported outside the kernel to avoid name space clashes
*/
# ifdef __KERNEL__

struct fnptr {
unsigned long ip;
unsigned long gp;
};

/* DMA addresses are 64-bits wide, in general. */
typedef u64 dma_addr_t;

Expand Down

0 comments on commit d86527d

Please sign in to comment.