]> 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, 29 Nov 2012 03:18:16 +0000 (14:18 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:25 +0000 (16:23 +1100)
commite7f6f4d3fa2b98d855c7f8c906d0b2d7c5657485
tree2475ce6950b8bd0d84abb3cc68174846ebfd4fec
parentb3bda2db6bf13013d76f39be544ad0aac49c6e9b
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