Skip to content
Commit 66769330 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Wolfram Sang
Browse files

i2c: acorn: is tristate and should use module.h



This file is controlled by a tristate Kconfig option, and hence
needs to include module.h so that it can get module_init() once
we relocate it from init.h into module.h in the future.

Note that module_exit() appears to be missing from the driver, so
it is questionable whether it would actually work for a removal
and reload cycle if it was configured for a modular build.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 66f8a8ff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment