commit | 900bfe33b6d46058c4dd64d4bff7f287baf2a34e | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Fri Jul 05 18:53:22 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Wed Jul 24 15:32:24 2013 +0100 |
tree | e06f41e9b650ef2aaa9a991c5c3cb60c76c3cb56 | |
parent | 9f4b323803ff18d87dcc042723b527ee646dddfc [diff] |
spi/s3c64xx: Remove unused message queue Since the driver has been converted to use the core message pump code the only use of the messsage queue in the driver is a check to see if it is empty which will always succeed since nothing ever adds to the queue. Just remove the queue. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Kukjin Kim <kgene.kim@samsung.com>