commit | 4b62c0f1e76fe3327b695c49195af8b58e4da057 | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Sat Feb 27 18:35:08 2010 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Mar 01 11:57:32 2010 +0900 |
tree | f58feaef97db74aa93622451f959e468c590aaf6 | |
parent | 55c1b0d27b2d381a1986520b5953d3a454d344b5 [diff] |
sh: No need to explicitly include <linux/rwlock.h>. Since <linux/spinlock.h> already includes <linux/rwlock.h>, and the latter file will warn about not having included the former file anyway, there is no value in including rwlock.h explicitly. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Paul Mundt <lethal@linux-sh.org>