static void __init xxx_init(void)
{
  struct completion xxx_com;
  ...

  init_completion(&xxx_com);
  ...
}