]> 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>
Thu, 15 Nov 2012 02:38:09 +0000 (13:38 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Nov 2012 06:31:59 +0000 (17:31 +1100)
commit3c59c55689aea3fae0809e14c59a1e384e179ac4
tree5099a21c5e6de6de669f405831d17b4a5c5295d7
parentd4149e797ebf17f92a4fc6b786a32eb341c8d007
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