From: David Howells Date: Tue, 31 Aug 2010 15:52:11 +0000 (+0100) Subject: h8300: IRQ flags should be stored in an unsigned long X-Git-Tag: v2.6.36-rc4~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab61eb9fd751336d1b3ad50ec7704bd3b62213f;p=pandora-kernel.git h8300: IRQ flags should be stored in an unsigned long Fix h8300's asm/atomic.h to store the IRQ flags in an unsigned long to deal with warnings of the following type: arch/h8300/include/asm/atomic.h: In function 'atomic_add_return': arch/h8300/include/asm/atomic.h:22: warning: comparison of distinct pointer types lacks a cast arch/h8300/include/asm/atomic.h:24: warning: comparison of distinct pointer types lacks a cast Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed