Renamed describe to describe_device for consistency

This commit is contained in:
Michael Brown
2005-04-25 19:27:25 +00:00
parent 99b857559b
commit 3b14360f5c
2 changed files with 5 additions and 5 deletions

View File

@@ -179,7 +179,7 @@ struct type_dev;
struct type_driver {
char *name;
struct type_dev *type_dev; /* single instance */
char * ( * describe ) ( struct type_dev *type_dev );
char * ( * describe_device ) ( struct type_dev *type_dev );
};
#define __type_driver __attribute__ (( used, __section__ ( ".drivers.type" ) ))