Use the standard __used macro instead of a bare __attribute__.

Submitted by:	bde
This commit is contained in:
Ian Lepore 2014-03-03 14:37:18 +00:00
parent 4023a1ad5e
commit a51a3eecfa

View File

@ -369,8 +369,7 @@ DRIVER_MODULE(mp_tmr, simplebus, arm_tmr_driver, arm_tmr_devclass, 0, 0);
* RETURNS:
* nothing
*/
static void
__attribute__((used)) /* Must emit function code for the weak ref below. */
static void __used /* Must emit function code for the weak ref below. */
arm_tmr_DELAY(int usec)
{
int32_t counts_per_usec;