]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ahci_platform: make structs static
authorBrian Norris <computersforpeace@gmail.com>
Thu, 6 Dec 2012 07:44:20 +0000 (23:44 -0800)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 14 Dec 2012 14:38:17 +0000 (09:38 -0500)
commit071d3ad37485a82e0543a503272c45cdd32053dd
treec8713c41b81b2a6851fca21d38093b2258731ada
parent11ace0c1defc4d1fe78afd29319bedef36da7078
ahci_platform: make structs static

These structs are used only for ahci_platform.c, so they should be
static. Thanks to Fengguang for the (automated) suggestion.

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Cc: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/ahci_platform.c