]> 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, 25 Oct 2012 01:14:55 +0000 (12:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 31 Oct 2012 05:49:49 +0000 (16:49 +1100)
commit53e764d1232ee1e5d7a63045fab7e9d148f280b9
treeb258f3f25b1a7c562e7fed1a43591985f07b17b7
parent98a5af4e844df8dfdf2489f58a53b7a8b2e8a721
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