pwm: pxa: Constify OF match table
authorThierry Reding <thierry.reding@gmail.com>
Tue, 1 Apr 2014 12:06:43 +0000 (14:06 +0200)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 1 Apr 2014 12:06:43 +0000 (14:06 +0200)
commit2ae69a460413615c82381b240df3800a909100d3
tree029b65bca1caf58acc7d42bcf3d44d5d08d3ec44
parentfdec4f72719dbd6fc74776630b06ad851f4c2d81
pwm: pxa: Constify OF match table

The table is never modified and all OF functions that use it take a
const struct of_device_id *.

Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
drivers/pwm/pwm-pxa.c