Chromium Code Reviews| Index: internal.c |
| diff --git a/internal.c b/internal.c |
| index 2f70f8512ee4676f5d9c1a98736dd8c1ea149ae7..0661ce496a7489bd5321e7002934693ac88a02f0 100644 |
| --- a/internal.c |
| +++ b/internal.c |
| @@ -375,15 +375,6 @@ int internal_shutdown(void) |
| { |
| release_io_perms(); |
| -#if defined(__i386__) || defined(__x86_64__) |
| - if (target_bus == CHIP_BUSTYPE_LPC || |
| - target_bus == CHIP_BUSTYPE_FWH) { |
| - it85xx_shutdown(); |
| - wpce775x_shutdown(); |
| - mec1308_shutdown(); |
| - } |
| -#endif |
| - |
| return 0; |
| } |
| #endif |