summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorDavid Daney <ddaney@caviumnetworks.com>2010-10-19 15:50:31 -0700
committerGrant Likely <grant.likely@secretlab.ca>2010-10-21 11:10:11 -0600
commit4c60071c1ea3e204b9dc25c7519f7beef355d47f (patch)
tree4c9cb9f3b215182d5adba68b8a3c26fd47d47dd6 /tools/perf/scripts/python/syscall-counts.py
parentf2ffa5ab74f4dfd598860f96ca37a71c4d0a28a8 (diff)
downloadkernel-4c60071c1ea3e204b9dc25c7519f7beef355d47f.tar.gz
of/mips: Cleanup some include directives/files.
The __init directives should go on the definitions of things, not the declaration, also __init is meaningless for inline functions, so remove it from prom.h. This allows us to get rid of a useless #include, but most of the rest of them are useless too, so kill them as well. If of_i2c.c needs irq definitions, it should include linux/irq.h directly, not assume indirect inclusion via asm/prom.h. Signed-off-by: David Daney <ddaney@caviumnetworks.com> Acked-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
r-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds 2011-01-10headers: kobject.h reduxAlexey Dobriyan 2011-01-10headers: path.h reduxAlexey Dobriyan 2010-12-22Merge branch 'master' into for-nextJiri Kosina 2010-11-11APPARMOR: Fix memory leak of apparmor_init()wzt.wzt@gmail.com 2010-11-11APPARMOR: Fix memory leak of alloc_namespace()wzt.wzt@gmail.com 2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König 2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig 2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds 2010-10-21AppArmor: Ensure the size of the copy is < the buffer allocated to hold itJohn Johansen 2010-10-21.gitignore: ignore apparmor/rlim_names.hYong Zhang 2010-10-15llseek: automatically add .llseek fopArnd Bergmann 2010-09-08AppArmor: Fix locking from removal of profile namespaceJohn Johansen 2010-09-08AppArmor: Fix splitting an fqname into separate namespace and profile namesJohn Johansen 2010-09-08AppArmor: Fix security_task_setrlimit logic for 2.6.36 changesJohn Johansen 2010-09-08AppArmor: Drop hack to remove appended " (deleted)" stringJohn Johansen 2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2010-08-18apparmor: use task path helpersNick Piggin 2010-08-17AppArmor: fix task_setrlimit prototypeJiri Slaby 2010-08-11AppArmor: update for module_param_named API changeStephen Rothwell 2010-08-05apparmor: depends on NETRandy Dunlap 2010-08-02AppArmor: fix build warnings for non-const use of get_task_credJames Morris 2010-08-02AppArmor: Enable configuring and building of the AppArmor security moduleJohn Johansen 2010-08-02AppArmor: update path_truncate method to latest versionJames Morris 2010-08-02AppArmor: core policy routinesJohn Johansen 2010-08-02AppArmor: policy routines for loading and unpacking policyJohn Johansen 2010-08-02AppArmor: mediation of non file objectsJohn Johansen 2010-08-02AppArmor: LSM interface, and security module initializationJohn Johansen 2010-08-02AppArmor: functions for domain transitionsJohn Johansen 2010-08-02AppArmor: file enforcement routinesJohn Johansen 2010-08-02AppArmor: userspace interfacesJohn Johansen 2010-08-02AppArmor: dfa match engineJohn Johansen 2010-08-02AppArmor: contexts used in attaching policy to system objectsJohn Johansen 2010-08-02AppArmor: basic auditing infrastructure.John Johansen 2010-08-02AppArmor: misc. base functions and definesJohn Johansen