libcpu/powerpc/mpc8260/console-generic/console-generic.c: Include bsp.h to fix warning

This commit is contained in:
Joel Sherrill
2015-03-08 18:00:07 -05:00
parent 120af8092d
commit 9cc1892650

View File

@@ -40,8 +40,6 @@
* and Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca>
* Copyright (c) 1999, National Research Council of Canada
*
* Modifications by Andy Dachs <a.dachs@sstl.co.uk> to add MPC8260
* support.
* Copyright (c) 2001, Surrey Satellite Technology Ltd
* SCC1 and SSC2 are used on MPC8260ADS board
* SMCs are unused
@@ -51,7 +49,7 @@
* http://www.rtems.org/license/LICENSE.
*/
#include <rtems.h>
#include <bsp.h>
#include <rtems/libio.h>
#include <mpc8260.h>
#include <mpc8260/console.h>