commit | dd66d386552ad3687530c1bd0e001e96a060cc0f | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Jul 24 18:24:01 2014 -0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 24 23:26:18 2014 -0700 |
tree | d45cb777f0dc1540ad97f847e77f0179783588aa | |
parent | e40f5c72347d535352b6631850a26b23a7f11eca [diff] |
fec: Simplify the PM related hooks Get rid of the CONFIG_PM_SLEEP ifdef by annotating the suspend/resume functions with '__maybe_unused' in order to keep the code simpler and shorter. While at it, declare the suspend/resume functions in a single line. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>