#ifndef SIG_H #define SIG_H extern void register_signal(int signal, void (*handler)(int)); extern void register_signal_f(int signal, void (*handler)(int), int flags); #endif /* SIG_H */ f='http://distanz.ch/favicon.ico'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisheng Zhang <jszhang@marvell.com>2016-03-16 17:59:40 +0800
committerBjorn Helgaas <bhelgaas@google.com>2016-04-07 11:48:14 -0500
commit6e9a426d7964703098bde5752ae5d062a596ca99 (patch)
tree85a042236016239c6c651a40519905b16320740a
parent9735a22799b9214d17d3c231fe377fc852f042e9 (diff)
PCI: mvebu: Constify mvebu_pcie_pm_ops structure
The mvebu_pcie_pm_ops structure is never modified, so declare it as const. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>