1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-25 04:21:18 +02:00

Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h

This commit is contained in:
Wolfgang Denk
2005-11-25 16:38:03 +01:00
parent aa7cfc463a
commit f08abe311b
10 changed files with 67 additions and 3 deletions

View File

@@ -19,6 +19,13 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
********************************************************************
* NOTE: This header file defines an interface to U-Boot. Including
* this (unmodified) header file in another file is considered normal
* use of U-Boot, and does *not* fall under the heading of "derived
* work".
********************************************************************
*/
#ifndef _U_BOOT_H_