mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* finding unused header files
@ 2012-06-22 10:46 Robert P. J. Day
  2012-06-22 11:03 ` Paul Bolle
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Robert P. J. Day @ 2012-06-22 10:46 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: ysato


  inspired by that last post that located an unused header file under
arch/h8300, i ran my "find_unused_headers.sh" script on the same
sub-directory to see what would show up.

  the script is stupidly conservative and didn't identify that shm.h
header since *somewhere* in the entire kernel source tree, someone was
including a file called "shm.h" -- not even for the same architecture.
like i said, stupidly conservative.

  but it did find this:

$ ../s/find_unused_headers.sh arch/h8300
===== target_time.h =====
./arch/h8300/include/asm/target_time.h
$

and i see nothing anywhere in the entire tree that includes a
target_time.h header under any circumstances.

  i should probably do another run of these scripts some day, just to
see what turns up.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-06-22 11:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-22 10:46 finding unused header files Robert P. J. Day
2012-06-22 11:03 ` Paul Bolle
2012-06-22 11:31 ` Pádraig Brady
2012-06-22 11:58 ` Paul Bolle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®