X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Ftrab%2Frs485.h;h=19e32446c35865354e7dbc3f29e9f7935921178d;hb=530135dcacac278798346ad5825c03131ce51772;hp=4a2d83f0bf4894956667b2f9b50483fb831dfb88;hpb=492fb1fdbcdd5e21be0b6742c15f76c648f0653b;p=u-boot diff --git a/board/trab/rs485.h b/board/trab/rs485.h index 4a2d83f0bf..19e32446c3 100644 --- a/board/trab/rs485.h +++ b/board/trab/rs485.h @@ -2,7 +2,7 @@ * (C) Copyright 2003 * Martin Krause, TQ-Systems GmbH, * - * Based on cpu/arm920t/serial.c, by Gary Jennejohn + * Based on arch/arm/cpu/arm920t/serial.c, by Gary Jennejohn * (C) Copyright 2002 Gary Jennejohn, DENX Software Engineering, * * This program is free software; you can redistribute it and/or modify @@ -24,7 +24,7 @@ #ifndef _RS485_H_ #define _RS485_H_ -#include +#include int rs485_init (void); int rs485_getc (void);