diff options
Diffstat (limited to 'src/mainboard/google/beltino/smihandler.c')
-rw-r--r-- | src/mainboard/google/beltino/smihandler.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/beltino/smihandler.c b/src/mainboard/google/beltino/smihandler.c index 4ac6636996..4fc9a375a8 100644 --- a/src/mainboard/google/beltino/smihandler.c +++ b/src/mainboard/google/beltino/smihandler.c @@ -23,5 +23,4 @@ void mainboard_smi_sleep(u8 slp_typ) default: break; } - return; } |