commit | f826caa44902ddbe93174f0b642d8abf9698c08e | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Sun Feb 24 14:34:45 2008 +0100 |
committer | Haavard Skinnemoen <haavard.skinnemoen@atmel.com> | Wed Jul 02 11:05:00 2008 +0200 |
tree | 65bacbe5fc6d31291d57fcdc390ccb3d6ba87bb1 | |
parent | 38510754a50192a072210e24fdc4ae65592182f0 [diff] |
atmel_serial: Fix build on avr32 with CONFIG_PM enabled AVR32 doesn't have at91_suspend_entering_slow_clock(). Just assume the clock will keep running for now. David has a better solution for this, but this works for now. Leaving the USART clock running won't prevent the PM code from entering deep power-down modes anyway. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Cc: David Brownell <david-b@pacbell.net> Cc: Andrew Victor <linux@maxim.org.za>