]> git.karo-electronics.de Git - karo-tx-linux.git/commit
scripts/tags.sh: add magic for declarations of popular kernel type
authorKirill Tkhai <tkhai@yandex.ru>
Fri, 9 Nov 2012 03:04:37 +0000 (14:04 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 12 Nov 2012 04:17:14 +0000 (15:17 +1100)
commit3d500324b44c3c78ab4fb10271dc0df840432c55
tree84dc79e3c37f1c478ed941f0572fa2f5e0957f19
parent04e878a0b65c786a3fe021474f5673ec2f91333e
scripts/tags.sh: add magic for declarations of popular kernel type

1) Add magic for declarations of variables of popular kernel type like
   spinlock_t, list_head, wait_queue_head_t and other.

2) Add a set of specially handled declaration extentions like
   __attribute, __aligned and other.

3) Simplify pci_bus_* magic

Signed-off-by: Kirill V Tkhai <tkhai@yandex.ru>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/tags.sh