| 185 | /* -------------------------------------------------------------------------- */ |
| 186 | |
| 187 | int |
| 188 | dev_reboot(struct notifier_block *nb, unsigned long code, void *unused) |
| 189 | { |
| 190 | return NOTIFY_DONE; |
| 191 | } |
| 192 | |
| 193 | static int |
| 194 | resume(void) |
nothing calls this directly
no outgoing calls
no test coverage detected