2009-09-08 Mike Frysinger <michael.frysinger@analog.com>

* bfin/include/sys/_adi_platform.h: Convert __ASSEMBLY__ to
	__ASSEMBLER__.
	* bfin/include/sys/pll.h: Likewise
This commit is contained in:
Jeff Johnston
2009-09-08 21:20:12 +00:00
parent 18384f4fdf
commit 580295f6a8
3 changed files with 13 additions and 7 deletions

View File

@ -12,13 +12,13 @@
/*
** Include appropriate header file for platform.
** Copyright (C) 2008 Analog Devices, Inc.
** Copyright (C) 2008, 2009 Analog Devices, Inc.
*/
#ifndef __ADI_PLATFORM_H
#define __ADI_PLATFORM_H
#ifdef __ASSEMBLY__
#ifndef __ASSEMBLER__
#if defined (__ADSPBF531__)
#include <cdefBF531.h>
@ -136,7 +136,7 @@
#error Processor Type Not Supported
#endif
#endif /* __ASSEMBLY__ */
#endif /* __ASSEMBLER__ */
#endif /* __INC_BLACKFIN__ */