From: Jim Quinlan Date: Thu, 6 Sep 2012 15:36:55 +0000 (-0400) Subject: MIPS: Remove irqflags.h dependency from bitops.h X-Git-Tag: v3.7-rc6~22^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92d11594f688c8b55b51e80f2eac4417396237a4;p=pandora-kernel.git MIPS: Remove irqflags.h dependency from bitops.h The "else clause" of most functions in bitops.h invoked raw_local_irq_{save,restore}() and in doing so had a dependency on irqflags.h. This fix moves said code to bitops.c, removing the dependency. Signed-off-by: Jim Quinlan Cc: linux-mips@linux-mips.org Cc: David Daney Cc: Kevin Cernekee cernekee@gmail.com Cc: Jim Quinlan Patchwork: https://patchwork.linux-mips.org/patch/4320/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed