Hello.
Jared Hulbert wrote:
>>>+extern void * mtd_get_partition_physaddr(struct mtd_info *mtd);
>>Couldn't this be a proper prototype instead of an extern?
> I thought EXPORT_SYMBOL_GPL() implied it should be extern. Is that incorrect?
Function declarations in C imply 'extern' by default.
WBR, Sergei