i2c-parport: Make template structure const
authorJean Delvare <khali@linux-fr.org>
Fri, 21 May 2010 16:40:57 +0000 (18:40 +0200)
committerJean Delvare <khali@linux-fr.org>
Fri, 21 May 2010 16:40:57 +0000 (18:40 +0200)
commitbfdcad902fb17a830834d4015ea9139df052a4fe
treeb238f9667c3568aa85fc5bfdbb6a33385aa3469e
parent0be16c306125e0940c7d48ec986ac2bbdc542308
i2c-parport: Make template structure const

parport_algo_data is a template so it can be marked const.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/i2c/busses/i2c-parport.c