Commit ceb15922 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: two renames

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 65e14273
......@@ -291,7 +291,7 @@ environment variables (again, this is mostly for developers):
@table @code
@item ZIO
@item FMC-BUS
@item FMC_BUS
The top-level directory of the @i{fmc-bus}/@i{zio} repository checkout.
@end table
......
......@@ -5,8 +5,8 @@
* Header for the mezzanine ADC for the SPEC
*/
#ifndef _fa_dev_H_
#define _fa_dev_H_
#ifndef FMC_ADC_H_ /* too generic, maybe */
#define FMC_ADC_H_
#include <linux/scatterlist.h>
#include <linux/fmc.h>
#include <linux/zio.h>
......@@ -405,4 +405,4 @@ extern void fa_spi_exit(struct fa_dev *fd);
extern int zfad_fsm_command(struct fa_dev *fa, uint32_t command);
#endif /* __KERNEL__ */
#endif /* _fa_dev_H_ */
#endif /* FMC_ADC_H_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment