Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d86527dd authored by Linus Torvalds's avatar Linus Torvalds
Browse files
* 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6:
  [IA64] move fnptr definition inside #ifdef __KERNEL__
parents 0446e9d4 a651d80c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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;