]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sata_sil24: Use const
authorJoe Perches <joe@perches.com>
Sat, 6 Aug 2011 02:38:17 +0000 (19:38 -0700)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 13 Sep 2011 20:19:30 +0000 (16:19 -0400)
commitecbd0b99145ece920f41d21ba27a8b9db25f7d45
treeea90cbd621e23c099d3c68f54cf4ca954b35eecc
parentb6fd41e29dea9c6753b1843a77e50433e6123bcb
sata_sil24: Use const

Reduce data by using const.

$ size drivers/ata/sata_sil24.o*
   text    data     bss     dec     hex filename
  12764     614    2688   16066    3ec2 drivers/ata/sata_sil24.o.new
  12320    1058    2688   16066    3ec2 drivers/ata/sata_sil24.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_sil24.c