mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 08:05:27 +08:00
fs/partitions/ultrix.c should #include "ultrix.h"
Every file should #include the headers containing the prototypes for it's global functions. Signed-off-by: Adrian Bunk <bunk@stusta.de>
This commit is contained in:
parent
34c90b29fe
commit
a70cf17c23
@ -7,6 +7,7 @@
|
||||
*/
|
||||
|
||||
#include "check.h"
|
||||
#include "ultrix.h"
|
||||
|
||||
int ultrix_partition(struct parsed_partitions *state, struct block_device *bdev)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user