Annotate hardware config module parameters in drivers/i2c/
[platform/kernel/linux-rpi.git] / drivers / i2c / busses / i2c-ali15x3.c
index 45c5c48..6e6bf46 100644 (file)
 /* If force_addr is set to anything different from 0, we forcibly enable
    the device at the given address. */
 static u16 force_addr;
-module_param(force_addr, ushort, 0);
+module_param_hw(force_addr, ushort, ioport, 0);
 MODULE_PARM_DESC(force_addr,
                 "Initialize the base address of the i2c controller");