]> git.sur5r.net Git - u-boot/blobdiff - include/asm-ppc/u-boot.h
Remove unnnecessary #include <linux/types.h> from include/asm-*/u-boot.h
[u-boot] / include / asm-ppc / u-boot.h
index 091d06c26801f61f7537582d114d31c11e63c4c4..f7aa55f33437635160a36fac765fe352e3174f92 100644 (file)
  * 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__
@@ -28,7 +35,6 @@
  */
 
 #ifndef __ASSEMBLY__
-#include <linux/types.h>
 
 typedef struct bd_info {
        unsigned long   bi_memstart;    /* start of DRAM memory */