]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/misc: Add export.h for EXPORT_SYMBOL to atmel_tclib.c
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 10 Jul 2011 16:41:41 +0000 (12:41 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:44 +0000 (13:55 -0400)
commit6b4e9162eefb396275f367c3833f8ddb4baed287
tree279421c0c411f81c45024cac273f056dabb705fc
parent4265acfa682d8dd462a5ffaa6b6087b9b49789f9
drivers/misc: Add export.h for EXPORT_SYMBOL to atmel_tclib.c

This exports symbols, and so will need this to avoid build failures
pending a future module.h presence cleanup.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/misc/atmel_tclib.c