setup-sh5-101.c 369 B

123456789101112131415
  1. /*
  2. * SH5-101 Setup
  3. *
  4. * Copyright (C) 2007 Paul Mundt
  5. *
  6. * This file is subject to the terms and conditions of the GNU General Public
  7. * License. See the file "COPYING" in the main directory of this archive
  8. * for more details.
  9. */
  10. #include <linux/init.h>
  11. void __init plat_irq_setup(void)
  12. {
  13. /* do nothing - all IRL interrupts are handled by the board code */
  14. }