commit | 8e780be960c3e7000a94652bc56efeb3c932ee24 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Jun 13 11:36:36 2012 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Jun 13 11:36:36 2012 +0900 |
tree | 5192cb06753b21ccd52f49ead5b51f446a8c416d | |
parent | 94fa83c424321189ca24fb6cb4c0d224cdedc72d [diff] |
sh: Fix up link time defsym warnings. sh-linux-gnu-ld:--defsym 'jiffies=jiffies_64': ignoring invalid character `'' in expression For some reason ld has recently started complaining about the quotes, so just get rid of them, we don't need them for anything anyways. Signed-off-by: Paul Mundt <lethal@linux-sh.org>