Fix typo in confiditional compilation. From Alan Carvalho de Assis

This commit is contained in:
Gregory Nutt 2014-11-23 16:51:02 -06:00
parent fc804e29af
commit e611859aed
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ struct file_operations
/* This structure provides information about the state of a block driver */
#ifndef CONFIG_DISABLE_MOUNTPOUNT
#ifndef CONFIG_DISABLE_MOUNTPOINT
struct geometry
{
bool geo_available; /* true: The device is vailable */