mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-30 18:05:48 +01:00 
			
		
		
		
	Coding style cleanup, update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
		| @@ -6,10 +6,10 @@ | ||||
| #define _LINUX_CRC32_H | ||||
|  | ||||
| #include <linux/types.h> | ||||
| //#include <linux/bitrev.h> | ||||
| /* #include <linux/bitrev.h> */ | ||||
|  | ||||
| extern u32  crc32_le(u32 crc, unsigned char const *p, size_t len); | ||||
| //extern u32  crc32_be(u32 crc, unsigned char const *p, size_t len); | ||||
| /* extern u32  crc32_be(u32 crc, unsigned char const *p, size_t len); */ | ||||
|  | ||||
| #define crc32(seed, data, length)  crc32_le(seed, (unsigned char const *)data, length) | ||||
|  | ||||
| @@ -21,7 +21,7 @@ extern u32  crc32_le(u32 crc, unsigned char const *p, size_t len); | ||||
|  * is in bit nr 0], thus it must be reversed before use. Except for | ||||
|  * nics that bit swap the result internally... | ||||
|  */ | ||||
| //#define ether_crc(length, data)    bitrev32(crc32_le(~0, data, length)) | ||||
| //#define ether_crc_le(length, data) crc32_le(~0, data, length) | ||||
| /* #define ether_crc(length, data)    bitrev32(crc32_le(~0, data, length)) */ | ||||
| /* #define ether_crc_le(length, data) crc32_le(~0, data, length) */ | ||||
|  | ||||
| #endif /* _LINUX_CRC32_H */ | ||||
|   | ||||
| @@ -76,9 +76,9 @@ struct device; | ||||
| struct device_node; | ||||
|  | ||||
| int __devinit of_mtd_parse_partitions(struct device *dev, | ||||
|                                       struct mtd_info *mtd, | ||||
|                                       struct device_node *node, | ||||
|                                       struct mtd_partition **pparts); | ||||
| 				      struct mtd_info *mtd, | ||||
| 				      struct device_node *node, | ||||
| 				      struct mtd_partition **pparts); | ||||
| #endif | ||||
|  | ||||
| #endif | ||||
|   | ||||
| @@ -21,7 +21,7 @@ | ||||
| #ifndef __LINUX_UBI_H__ | ||||
| #define __LINUX_UBI_H__ | ||||
|  | ||||
| //#include <asm/ioctl.h> | ||||
| /* #include <asm/ioctl.h> */ | ||||
| #include <linux/types.h> | ||||
| #include <mtd/ubi-user.h> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user