Make hwcGetenv's argument a const to match the prototype.
This commit is contained in:
@@ -868,7 +868,7 @@ hwcSetMemClock(hwcBoardInfo *bInfo, FxU32 speedInMHz)
|
||||
} /* hwcSetMemClock */
|
||||
|
||||
char *
|
||||
hwcGetenv(char *a)
|
||||
hwcGetenv(const char *a)
|
||||
{
|
||||
envitem *ptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user