summaryrefslogtreecommitdiff
path: root/trafgen/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-05-21 13:00:13 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-05-21 13:00:13 +0200
commit0b0f90c1bbd69e45e4de9f0cce99ac7bb5eca2ec (patch)
treef9d27f0003a42d77f356c8f7dbcf4800df246284 /trafgen/Makefile
parentc409e13caa46669f75fcf849c11c9565807cd0ff (diff)
misc: Ignore files generated by cscope/ctags
Add the index files generated by cscope and ctags to .gitignore. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'trafgen/Makefile')
0 files changed, 0 insertions, 0 deletions
b.h header
In swab.h the "#if BITS_PER_LONG > 32" breaks compiling userspace programs if BITS_PER_LONG is #defined by userspace with the sizeof() compiler builtin. Solve this problem by using __BITS_PER_LONG instead. Since we now #include asm/bitsperlong.h avoid further potential userspace pollution by moving the #define of SHIFT_PER_LONG to bitops.h which is not exported to userspace. This patch unbreaks compiling qemu on hppa/parisc. Signed-off-by: Helge Deller <deller@gmx.de> Cc: <stable@vger.kernel.org>
Diffstat (limited to 'sound/soc/codecs/cs4265.c')